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 8278
example of how to test API with Codeception and Laravel
Mahmoudz 11 years ago 10801
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 42984
5.0
Dynamically testing and Pagination feature in a Restful API
Mahmoudz 10 years ago 13076
Migration file sample for Pivot table
Mahmoudz 10 years ago 30564
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 7259
Support multi languages JSON response
Mahmoudz 9 years ago 23230
5.0