Laravel Community Tools by Tighten

Tag "database" tricks

87 tricks
Migration file sample for Pivot table
Mahmoudz 10 years ago 30445
Append array in $request::all() while saving data in laravel 5.2
mlselegant 10 years ago 10066
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 16220
Get a List of Recent queries that have been run on your app
unicodevel... 10 years ago 7207
You can see SQL Query of your DB table on Laravel App, by Event listener.
ahaneef29 10 years ago 8317
Migrate Laravel database in Codeception
Mahmoudz 10 years ago 6926
inside the testing folder add a database.php film with the following configuration:
Mahmoudz 10 years ago 7525
adding default current timestamp.
Mahmoudz 10 years ago 32959
This is how to add a Foreign Keys in the Migration.
Mahmoudz 10 years ago 6717