Craftable

CRUD Generator

With Craftable you can quickly scaffold user CRUD admin interface (If you are using brackets/craftable package default admin user interface comes out of a box). It generates all the code based on specified admin user model.


Usage

To scaffold complete admin CRUD for specified admin user model from admin-auth package you can use command php artisan admin:generate:admin-user. This differs from admin:generate command in many additional features (password handling, roles, ...)

php artisan admin:generate:admin-user  

To Scaffold "My Profile" feature (controller, views, routes) you can use

php artisan admin:generate:admin-user:profile

Now you can refresh your admin user interface in a browser. You should be able to see new menu item Manage access.