SyneticNL/MiGator

'model'-specific CLI uses

fruitl00p opened this issue · 0 comments

By optionally passing the model directly to the CLI interface one can skip the first step in the migator:

php artisan migator:create User

This will 'ensure' that the migator will create a User model migration and thus default the table name to users.