spatie / laravel-random-command
Execute a random Laravel command
Fund package maintenance!
spatie
spatie.be/open-source/support-us
Requires
- php: ^7.4|^8.0
- illuminate/console: ^7.0|^8.0|^9.0|^10.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
README
🐟 Execute a random artisan command 🐟
Aren't you tired of having to think about which artisan command to execute? This package takes that pain away. It provides a random
command that will pick a random command and execute it.
php artisan random
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
composer require spatie/laravel-random-command
We don't recommend installing this in your production environment. Or your local environment. In fact it might be best if you don't install this at all.
Usage
This is how you can unleash the power of the random command. Just execute it and don't look back!
php artisan random
One more thing. The package will also adds this command to your scheduler and it will run at random times. Enjoy!
Security
If you discover any security related issues, please email freek@spatie.be you are on your own.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.