rockbuzz / lara-custom-command
Laravel custom command
Installs: 5 406
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: >=7.2
Requires (Dev)
- orchestra/testbench: ^5.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-30 01:48:10 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.