Creating Project #
Let’s start by creating a new project, to create project I’ll use composer
.
$ composer create-project --prefer-dist laravel/laravel crud
Larave Project created Successfully
$
This command will take 2-3 minutes and your project will be ready to use.