stuntrocket
1/9/2019 - 6:58 PM

Artisan Commands

php artisan config:cache
php artisan key:generate
php artisan make:model Flight -m


# https://github.com/spatie/laravel-db-snapshots
php artisan snapshot:load my-first-dump --connection=connectionName
php artisan snapshot:create my-first-dump
php artisan snapshot:create
php artisan snapshot:load my-first-dump
php artisan snapshot:list
php artisan snapshot:delete my-first-dump