rockbuzz / lara-custom-command
Laravel custom command
2.0.1
2021-08-19 16:47 UTC
Requires
- php: >=7.2
Requires (Dev)
- orchestra/testbench: ^5.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2026-03-01 00:31:32 UTC
README
Laravel Custom Command
Requirements
PHP: >=7.2
Install
$ composer require rockbuzz/lara-custom-command
$ php artisan cache:renew-all $ php artisan cache:clear-all $ php artisan db:show-tables $ php artisan db:describe {table_name} $ php artisan db:import {to/path/dump.sql} $ php artisan user:pass {email} {pass?}
License
The Lara Custom Command is open-sourced software licensed under the MIT license.