Laravel Community Tools by Tighten

Tag "database" tricks

87 tricks
Migration file sample for Pivot table
Mahmoudz 9 years ago 30328
Append array in $request::all() while saving data in laravel 5.2
mlselegant 9 years ago 9978
When you have a model with unique value column and tries seeder your table using a big amout, sometimes the QueryException is thrown, because Faker doesn't know what values was previously generated and the number of combinations is limited.
lcdss 10 years ago 16049
Get a List of Recent queries that have been run on your app
unicodevel... 10 years ago 7125
You can see SQL Query of your DB table on Laravel App, by Event listener.
ahaneef29 10 years ago 8216
Migrate Laravel database in Codeception
Mahmoudz 10 years ago 6861
inside the testing folder add a database.php film with the following configuration:
Mahmoudz 10 years ago 7438
adding default current timestamp.
Mahmoudz 10 years ago 32830
This is how to add a Foreign Keys in the Migration.
Mahmoudz 10 years ago 6619