Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 793 Bytes

installation.md

File metadata and controls

24 lines (17 loc) · 793 Bytes
title description
Installation
Create a new Laravel Zero project

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]