Create a project

laraboot new demo

That command will initialize the project demo in its own folder with the same name.

If you already have a project pass --skip-laravel-installer to the command. This will initialize the project with the existing code.

Last updated