How do I create a Laravel 8 project?
-
New to Laragon here.
Currently, it has PHP ^7.2.5 and Laravel ^7.24. How do I update it to the latest version?
-
Update php to latest by following https://forum.laragon.org/topic/166/tutorial-how-to-add-another-php-version-php-7-4-updated, then it installs laravel 8.
-
Hi Aasutossh,
You just need to type the following Laravel Composer installation command:
composer create-project --prefer-dist laravel/laravel blog
If you want to know more about Laravel 8 installation here is the link: