Manage all your Laravel models with ease! (Comes with a built in RESTful api, and VueJS for model management)
kregel/warden is a Laravel package for manage all your laravel models with ease! (comes with a built in restful api, and vuejs for model management).
It currently has 6 GitHub stars and 848 downloads on Packagist (latest version v5.2.19).
Install it with composer require kregel/warden.
Discover more Laravel packages by kregel
or browse all Laravel packages to compare alternatives.
Last updated
This package was created to help decrease the time it takes to build a project which needs to create, delete, and edit the project's Laravel Models.
The project is named Warden because much like a prison warden, it can bring in an inmate (create a new item), take out an inmate (delete an item), or make changes to what the inmate can do (edit an item). By no means is it limited to just a User's model. It (so far) can work an any model.
Take a look at our documentation
Email me, my email is on my github page, or you can make an issue. :)