【更新履歴】 crud-d-scaffold v2.4.0 – Laravelに組み込まれている認証のUserモデルも変更できるように修正(2017.09.21)
We modified to change the User model of the authentication incorporated in Laravel.
In crud-d-scaffold.json,
"use_laravel_auth": "true"
Specify and set the model name to user.
After that, execute make: auth,
php artisan crud-d-scaffold:setup -f
When you execute, the user model will be changed.
Source code
https://github.com/dog-ears/crud-d-scaffold
Discussion
New Comments
No comments yet. Be the first one!