Libraries tagged by foreign-key
mistery23/eloquent-object-relations
200 Downloads
laravel object relations
gillidandaweb/dbcommands
20 Downloads
A collection of database Artisan commands for the Laravel Framework.
tereta/migration
8 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.
suzunone/laravel-schema-spicy
30 Downloads
In a laravel framework project, run Schemaspy by guessing a foreign key.
moh4mmad/request-validation-generator
38 Downloads
A package to generate request validation files based on migration column data types, column lengths, uniqueness, and foreign keys.
kingga/laravel-migrations
3 Downloads
Some classes which help with migrations, e.g. changing the id column from unsigned integer to unsigned big integer along with foreign keys.
josef/postgre-comma-relations
212 Downloads
To create a Eloquent relationships with comma separated foreign key or using a string_to_array postgre function.
inigopascall/clone-db
81 Downloads
Package for cloning medium-size databases by ordering tables by foreign-key dependencies and running batch inserts
hanan467/sync-migrate
0 Downloads
Automatically resolves Laravel migration order based on foreign key dependencies
ghanuz-clone/eloquent-relations
3 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
fahmiardi/laravel-mongodb-auth
83 Downloads
Laravel 5.3 Auth with MongoDB and able to integrate with Passport user_id foreign key
dmdboi/laravel-autoscopes
40 Downloads
Automatically generate scope traits for Laravel Models based on foreign key relationships.
danielgp/fk-scale-mysql
4 Downloads
Scaling up the column type for fields used in foreign keys in MySQL can be a daunting activity, now this will be no more!
cresset/jibs
0 Downloads
Selective, anonymized MySQL database imports from production to local dev over SSH. Follows foreign keys from a handful of rows instead of dumping everything. Fetches a prebuilt Rust binary on demand.
booosta/db_foreignkeys
119 Downloads
Module for handling database foreign keys in Booosta PHP Framework