Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Toggle navigation
Log in
Log in
Tag "database" tricks
87 tricks
Eloquent
Create Pivot table (Migration) with Laravel 5
Migration file sample for Pivot table
Mahmoudz
9 years ago
30328
database
Form
Append array Request::all()
Append array in $request::all() while saving data in laravel 5.2
mlselegant
9 years ago
9978
database
Eloquent
Laravel Factory With Unique Value Columns
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
5.0
database
troubleshooting
testing
Eloquent
Get Recent Queries
Get a List of Recent queries that have been run on your app
unicodevel...
10 years ago
7125
database
Eloquent
SQL Dumper
You can see SQL Query of your DB table on Laravel App, by Event listener.
ahaneef29
10 years ago
8216
5.0
database
events
4.2
Eloquent
Migrate Laravel database in Codeception
Migrate Laravel database in Codeception
Mahmoudz
10 years ago
6861
database
Eloquent
Codeception with sqlite in memory (laravel)
inside the testing folder add a database.php film with the following configuration:
Mahmoudz
10 years ago
7438
database
Eloquent
Add default current timestamp to Laravel migration
adding default current timestamp.
Mahmoudz
10 years ago
32830
database
Eloquent
laravel migration (Foreign Keys)
This is how to add a Foreign Keys in the Migration.
Mahmoudz
10 years ago
6619
database
« Previous
Next »
Showing
46
to
54
of
87
results
1
2
3
4
5
6
7
8
9
10