Installation

Requires:

Laravel Zero utilizes Composer to manage its dependencies. So, before using Laravel Zero, make sure you have Composer installed on your machine.

You may install Laravel Zero by issuing the Composer create-project command in your terminal:

composer create-project --prefer-dist laravel-zero/laravel-zero movie-cli

You will then need to run the app:rename command to rename your project:

php application app:rename [movie-cli]