confide
confide copied to clipboard
Artisan commands seem to ignore config/auth.php
When I create a new Laravel application and try to create new migrations, controllers or routes, the artisan commands seem to ignore the model and table names I've set in auth.php.
I've set 'model' to 'Resident', and 'table' to 'residents', but confide:migration and confide:controller insist on 'User' and 'users', unless I explicitly set the --table and --name options.
Good catch. Gonna work on this.
Awesome. Thanks for the great effort!