monurakkaya/artisan-runx

Run multiple Artisan commands with a single command

v1.0.1 2023-07-16 07:52 UTC

This package is auto-updated.

Last update: 2024-04-16 09:33:01 UTC


README

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