Alessio Masucci

Results 3 issues of Alessio Masucci

Hi, thank's for this awesome project! I'm a newbie. So my question will be stupid. Can you help me to understand the perfect login flow to store the token after...

Hi there! Something strange is happening. I'm using your package in my project with Laravel and Filament admin: ``` "laravel/framework": "9.19.0" "php": "8.1.7" "filament/filament": "2.13.21", "spatie/enum": "3.13.0", ``` I have...

question
stale

Hi there, I think that this line https://github.com/aschmelyun/andrewber/blob/8b78fb0de628fa82254daa772989e0fd1c1fbad1/src/backend/app/Http/Controllers/TripController.php#L58 should be `'driver_id' => $request->user()->driver->id,` to reference the relation with the `Driver` model in `Trip` model. Now when a driver accept the...