impossible to access my projects in the laragon menu
-
Hello,
I am migrating from wamp to laragon.
I have migrated the "www" folder from wamp to laragon.
My database manually via phpmyadmin.
When I go to the "menu > www" and click on one of my projects this is what I get:
http://test.test:8080/
-
I think the problem is there's no conf file for your app in Apache. Others might know the proper way, but my 'reverse' workaround is to install a new laravel app with your current app name. You may need to configure the Laravel version by editing/adding composer command line in
sites.conf
file fromRight click > Quick app > Configurations...
And after installation completed, just replace the newly-installed app folder with yours and then import your old database. I'm using the default HeidiSQL that comes with Laragon
Right click > Laragon > Database
-
I found the solution, my antivirus block writing to the host file. All works fine
thank you