Laravel Community Tools by Tighten

Mahmoud Zalt

Joined: 11 years ago
Total tricks: 25
Last trick: 9 years ago

Submitted tricks

Using Angular and Blade
Mahmoudz 11 years ago 8224
example of how to test API with Codeception and Laravel
Mahmoudz 11 years ago 10730
5.0
1. create two route files routes.web.php and routes.api.php. 2. edit the RouteServiceProvider.php file to look like the code below: (Note: you can add as many routes as you want, just follow the same logic.)
Mahmoudz 10 years ago 42878
5.0
Dynamically testing and Pagination feature in a Restful API
Mahmoudz 10 years ago 12963
Migration file sample for Pivot table
Mahmoudz 10 years ago 30469
Don't forget to add the `DATABASE_QUERIES_DEBUG` in the .env file. Call this function `$this->debugDatabaseQueries()` from any service provider `register` function:
Mahmoudz 10 years ago 7180
Support multi languages JSON response
Mahmoudz 9 years ago 23131
5.0