How I can Install specific Laravel version ??
-
I want to install old version laravel in my machine!
What to do now???
-
composer create-project laravel/laravel=6.0 blog --prefer-dist
-
Where I put this command??
-
go to terminal and special folder where do you want to intall laravel then run this command
-
If I could this!
then the prety URL could work and my composer autoLoad work properly??