Medium articles associated with this coding repo contain step by step instructions:
$ git clone
$ cp .env.example .env
$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve
$ ./vendor/bin/phpunit
Medium articles associated with this coding repo contain step by step instructions:
$ git clone
$ cp .env.example .env
$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve
$ ./vendor/bin/phpunit