Laravel Community Tools by Tighten

Recent tricks

459 tricks
This is my personal reference.
Mahmoudz 11 years ago 15615
This sample covers the following scenario: Every course has may chapters, while a chapter can belong to only one course. In the other hand every chapter has many videos while a video can belong to many chapters. I will write the description below.
Mahmoudz 11 years ago 13616
The example doesn't cover every single aspect, but the very major things.
Mahmoudz 11 years ago 16323
5.0
Getting an instance of the Laravel IOC container for testing. ONLY IF THE FUNCTIONAL TEST IS INSIDE A LARAVEL PACKAGE YOU CAN DO THE FOLLOWING: EXTEND THIS FROM YOUR PARENT TEST CLASS.
Mahmoudz 11 years ago 7113
Add the attributes on the second parameter of the attach function.
Mahmoudz 11 years ago 15275
in this example there is a one to many relation. [course has many chapters]
Mahmoudz 11 years ago 11573
replace this in the start/global.php file:
Mahmoudz 11 years ago 7853
adding default current timestamp.
Mahmoudz 11 years ago 33124
This is how to add a Foreign Keys in the Migration.
Mahmoudz 11 years ago 6821