Libraries tagged by generate table
sukohi/paver
8 Downloads
A PHP package mainly developed for Laravel to generate PHP codes using column names of specified table.
skychf/reap
89 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
santoshachari/generators
59 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
samkitano/l4seeder
15 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
natansdj/iseed
128 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
morganrowse/laravelcrud
88 Downloads
Artisan command to generate routing, views and controllers from a database table
mjahn/last-updated-at-behavior
37 Downloads
A behavior allowing you to generate a last changed column calculated from all related tables with a column updated_at for Propel2.
lightframes/laravel-slugmaker
11 Downloads
Generate slugs when saving Eloquent models in a separate table
kazak71/iseed
6 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
hcomg/laravel-easy-generator
24 Downloads
php artisan command to generate fully working crud with api resource by having database tables
gustocoder/laravel-datatable
4 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
gibasbr/modelgenerator
3 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
geeksdevelop/sqlmodel
72 Downloads
Package to generate the models using the structure of the database tables
gangsterforms/sqledit
4 Downloads
Generate web app to view, add and edit data in any MySQL table or Query in just 4 lines of code, with pagination auto generated as well, as are the media queries, to build a truly responsive app that is mobile friendly and works accross all platforms and screen sizes
g/crud-generator
14 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables