laravel-commando
laravel-commando copied to clipboard
Collection of handy Laravel artisan commands that most projects needs
This is not directly related to this package, but serves more as solution to the problem you might run into. Under certain circumstances (see below), running the `artisan db:import-dump` command...
Breaking change introduced in minor MySQL update, use --no-tablespaces option in mysqldump from now on (recommended) or add the global PROCESS privilege to the user running the command. DbDumpCommand::handle() should...
I want to use this command as part of a development environment setup script, so I want to create the database on first run but simply move on if it...
Add Travis testing for PHP version 8
@vkovic correct me if I'm wrong... Only the MySQL Database driver is available. I want to create a database in SQL Server. Is it available already? If not, are planning...
Allow forcing of commands - run commands without additional questions. ... something like `php artisan db:summon -y`. As an addition, forcing should be disabled on production.
Document already existing `schedule:register` command and write tests for it
I noticed that when using command like `model:fields`, sometimes `Guarded` and `Fillable` contain the same field, which can be considered as a problem. Also for example during development, models gets...