rest-api-with-lumen
rest-api-with-lumen copied to clipboard
Rest API boilerplate for Lumen micro-framework.
how can we maintain the relationships in this setup like nested relationships
please guid me which parameter i send in post at accessToken endpoints http://prntscr.com/hzeegk and which value will be pass in client_secret. and after that how we access all users list...
Hi there when I run: php artisan passport:install There are no commands defined in the "passport" namespace.
Hi, Looking forward to update this to latest lumen version.
Following the steps to create the /messages routes Once running the endpoints I get the error: Class 'App\Providers\Message' not found
In /app/Repositories/EloquentUserRepository.php The correct use of Event in Laravel/Lumen is: `\Event::fire(new UserCreatedEvent($user));` or `event(new UserCreatedEvent($user));` And my IDE dont know who is \Event in the first case (PhpStorm)
Should we clean tokens tables and etc after deleting a user?
Who is \Auth in app/Repositories/AbstractEloquentRepository.php?
How to enable the Implicit Grant. Is it just adding enableImplicitGrant method to the AuthServiceProvider, much like in the docs?