Laravel Artisan Command Utilities v1.0.21
composer require marceloxp/laravel_commandsphp artisan xppackage.json
    "repositories":
    {
        "dev-package":
        {
            "type": "path",
            "url": "~/git/laravel_commands",
            "options":
            {
                "symlink": true
            }
        }
    },- Status
- Create migration with model
- Create custom migrate
- Preview
- Rollback
- Execute migration
- Drop all tables and migrate
- Simple foreign key
- Rules generator
- Create
- Execute One
- Execute All
- Composer Dump-Autoload
- Apache reload (Linux)
- Show config (from .env)
- Show tables
- Show fields from table
- Show fields from table (csv)
- Dump database
