rockbuzz/lara-custom-command

Laravel custom command

2.0.1 2021-08-19 16:47 UTC

This package is auto-updated.

Last update: 2024-03-01 00:13:23 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.