Libraries tagged by makeCrud
lanciweb/laravel-make-crud
2457 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
wang9707/make-table
62 Downloads
make crud
noman/easycrud
52 Downloads
make crud easily
conectra/active-rest
1360 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
dreamingincode/makecrud
36 Downloads
Make Crud Views
ahaduzzamanapon/makecrud
19 Downloads
Create a Laravel Crud in a few seconds
meioa/make-crud
21 Downloads
A tool for automatically generating CRUD functional components
jensramakers/laravel-make-crud
44 Downloads
laravel make crud command
intentsolutions/make-crud
0 Downloads
crud maker for laravel
wubi/active-rest
19 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
rin-project/fast-crud
5 Downloads
Make CRUD Very Simple! (NOT FINISHED, COMING SOON!)
nami/slider
4 Downloads
Make all files required to make CRUD for sliders
mostafizurmaruf/bingo-crud
0 Downloads
Scaffold a complete Laravel CRUD stack (model, migration, form request, resource controller, Blade views and route) from a single schema string via `php artisan make:crud`.
icebearsoft/crud
7 Downloads
Make Crud
iamchris/laravel-autocrud
13 Downloads
A Laravel package to generate CRUD scaffolding inspire by Symfony's make:crud.