confide icon indicating copy to clipboard operation
confide copied to clipboard

Artisan commands seem to ignore config/auth.php

Open nibsi opened this issue 11 years ago • 2 comments

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.

nibsi avatar Nov 27 '14 14:11 nibsi

Good catch. Gonna work on this.

Zizaco avatar Feb 01 '15 13:02 Zizaco

Awesome. Thanks for the great effort!

nibsi avatar Feb 06 '15 18:02 nibsi