Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Artisan commands seem to ignore config/auth.php #471

Open nibsi opened 9 years ago

nibsi commented 9 years ago

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.

Zizaco commented 9 years ago

Good catch. Gonna work on this.

nibsi commented 9 years ago

Awesome. Thanks for the great effort!