Libraries tagged by generate database
zeuz113/laravel-crud-generator
53 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables - forked from kEpEx/laravel-crud-generator
vanchao0519/voyager-data-transport
94 Downloads
A command line to generate voyager Controller and View files to import and export data with excel and database
suramon/sf-propel-sql-diff-plugin
3694 Downloads
Generate diff.sql file, which contains difference between schema.yml and current database structure
rezaf-dev/laravel-temp-link
9 Downloads
Generate temporary symlinks to private files without using any database
qranio-com/hashids
6 Downloads
Generate hashes like YouTube or Bitly from numbers to obfuscate your database IDs, or navigate to the right shard.
kreitje/l4-schemad-migrations
10 Downloads
Generate a schema file for Laravel migration with a MySQL database.
jordimorillo/uid
13 Downloads
A package to self-generate 32bit unique integer identifiers that can be used as primary keys in relational databases
hcomg/laravel-easy-generator
24 Downloads
php artisan command to generate fully working crud with api resource by having database tables
girolando/cielo-checkout
182 Downloads
Use this package to generate the checkout url such as store it in database PureGH (internal database of this company)
geeksdevelop/sqlmodel
72 Downloads
Package to generate the models using the structure of the database tables
g/crud-generator
15 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
eschmar/laravel-table-dictionary
2570 Downloads
Generate a dictionary of possible values for a database column to scale your data set.
clouddueling/auto-migrate
26 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
ceddyg/clara-entity-generator
505 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
arousacode/webapp_liblet
12 Downloads
Small library to automatically load data from HTMl form in any PHP object, and to generate HTML inputs from it. Also load and store into PDO database.