Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 390 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 390 Bytes

Artisan RunX

Run multiple Laravel Artisan commands with a single command

INSTALLATION

composer require monurakkaya/artisan-runx

USAGE

php artisan runx --commands="migrate --seed && cache:clear && storage:link"

Tests

To run the tests, execute the following from the command line, while in the project root directory:

./vendor/bin/phpunit