Level 73
I would use the laravel installer but even with composer you got everything here: https://laravel.com/docs/master/installation#via-composer-create-project
Make sure that you have PHP >=7.3 version as well.
2 likes
I need create new laravel 8 project using command frompt. i am going to use following command for that.
composer create-project laravel/laravel blog
is it correct or may I put laravel version here?
Please or to participate in this conversation.