Create DB
Setup .env
Run commands
For DB tables
$ php artisan migrate
For get data and save in DB
$ php artisan save-data-from-api
for run app
$php artisan serve
Tests
$ php artisan test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Create DB
Setup .env
Run commands
For DB tables
$ php artisan migrate
For get data and save in DB
$ php artisan save-data-from-api
for run app
$php artisan serve
Tests
$ php artisan test