#lumen
Read more stories on Hashnode
Articles with this tag
Lumen by Example - Lesson 5 Lumen Backend Tutorial - 5 More Advanced Examples Each example consists of around 200 lines of code, and explanations are...
Lumen by Example - Lesson 4 Lumen Backend Tutorial - 5 More Advanced Examples Example 1: API Token Authentication (Personal Access Tokens) Implements...
Lumen by Example - Lesson 3 Example 1: Role-Based Access Control (RBAC) API Allows different users (Admin, User) to access different endpoints. File:...
Example 1: Basic REST API (Users CRUD) File: routes/web.php <?php /** @var \Laravel\Lumen\Routing\Router $router */ $router->group(['prefix' =>...