Laravel not showing on the Quick App Menu
-
Hi,
I am on Windows 10 and I downloaded and installed the Laragon Full package. Under the quick app menu, I can't find the Laravel option.
Any idea why this is happening? Am I missing something?
As a solution, could I just install a Laravel app by using the Laragon terminal?Many thanks in advance.
-
@alfiofederico
Yes, you couldAs a solution, could I just install a Laravel app by using the Laragon terminal?
Open Menu > Laragon > Terminal, be sure you are in Document Root and type:
composer create-project laravel/laravel project-name --prefer-dist
-
@leokhoa thanks for your reply. I actually fixed it, apparently my sites.config only contained the wordpress lines. I added the same lines you suggested and now I have access to laravel on the quick app menu. Since it was a fresh installation of the full laragon pkg, might it be a bug? I am on windows 10.