Gabriel Fernandez
Gabriel Fernandez
Hi, Does anyone have any examples implemented in a Kotlin project? I tried to copy the sample application and use the android studio machine translation, but I couldn't get the...
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?
Percebi que vocês possuem possibilidade de pagamento recorrente e assinar um plano manual. Mas percebi que não tem método implementado para fazer a cobrança manual https://dev.pagseguro.uol.com.br/v1/reference#api-pagamento-recorrente-cobranca-de-plano O que adianta fazer...
When you try to use mappable and logical grouping the mappable fields won't work. https://laravel.com/docs/8.x/queries#logical-grouping ``` class MyModel { use Eloquence, Mappable; protected $maps = [ 'id' => 'myId', 'field1'...
Hi, Do you have an example project? I couldn't make it work by following the step by step. thank you