Home Forums Voip 26 Custom Works Reply To: Custom Works

Nishit Shan
Participant
Post count: 1933

Hello Andrey,

Should I replace the current VoIP logo with this one: https://nanotelecom.com/wp-content/uploads/2022/02/logo_nanotelecom-e1645562204495.png?

Please also consider adding PHP 8.4 on portal.voip.us and installing a compatible Composer version. Additionally, we should set up Supervisor to run queue jobs on portal.nanotelecom.com.

I have completed all the tasks you mentioned, including the Laravel upgrade and updating all related packages. I’ve also implemented a caching system to improve loading speed—this will help especially when users reload pages.

I have removed the separate login directory. Now, when users visit the portal:

* If they are not logged in, they will directly see the login form.
* If they are already logged in, they will be redirected to the user dashboard.

I am also planning to link all header navigation items to nanotelecom.com pages, so users will be redirected there when they click.

Additionally, I noticed that the search feature is not working on portal.voip.us. I am planning not to modify it for now and instead hide it on the NanoTelecom side.

Please let me know your thoughts.