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 10 years ago 8146
example of how to test API with Codeception and Laravel
Mahmoudz 10 years ago 10663
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 42773
5.0
Dynamically testing and Pagination feature in a Restful API
Mahmoudz 10 years ago 12886
Migration file sample for Pivot table
Mahmoudz 10 years ago 30388
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 7106
Support multi languages JSON response
Mahmoudz 9 years ago 23021
5.0