ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

[4.0] Improve auth:make command #125

Closed ollieread closed 5 years ago

ollieread commented 5 years ago

The current auth:make command just dumps a bunch of views and a single line of Auth::routes() into the routes files, along with a home route.

This would be better served as an interactive command that allows you to actually create new auth types along with all associated components.

The command should: