-
Clone the repo
-
Move to the recently created folder
$ cd folder
- Make your own environment settings
$ cp .env.example .env
- Set your database settings on the environment
$ vi .env
- Install and update composer packages
$ composer install
- Generate your artisan key
$ php artisan key:generate
- Run the migrations and the seed
$ php artisan migrate
$ php artisan db:seed --class=CategoriesTableSeeder
$ php artisan db:seed --class=CardsTableSeeder