Laravel Community Tools by Tighten

Tag "database" tricks

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