monurakkaya/artisan-runx

Run multiple Artisan commands with a single command

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/monurakkaya/artisan-runx

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

This package is auto-updated.

Last update: 2025-09-16 12:26:10 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