Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

how to create a laravel project?

To create a new Laravel project, you will need to have the Laravel installer installed on your system. You can install the Laravel installer by running the following command:  

`composer global require laravel/installer`

 Once the Laravel installer is installed, you can create a new Laravel project by running the laravel new command, followed by the name of your project. For example: 

`laravel new my-project `

This will create a new Laravel project in a directory called my-project. You can then navigate to this directory and start working on your Laravel project. 

` cd my-project`

 If you need more information about how to install and use the Laravel installer, you can check out the Laravel documentation at https://laravel.com/docs/installation.


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.