Run multiple Laravel Artisan commands with a single command
composer require monurakkaya/artisan-runx
php artisan runx --commands="migrate --seed && cache:clear && storage:link"
To run the tests, execute the following from the command line, while in the project root directory:
./vendor/bin/phpunit