I have created this small app using laravel + vue js 2 years ago. It has been working fine till now but the server guys moved it to different server and suddenl
Am using Laravel Passport to build an API, I removed the web routes and its guard accordingly How can I test user logout? This is what I have so far: Lo
i am getting result like below in registration using passport laravel "success": { "token": { "name": "MyApp", "abilities": [
I am using a Laravel version 5.5 and using Passport for authentication. I have created token using: $token = $user->createToken('string')->accessToken;
Im a little stumped with my code, I am running Laravel 6 with Guzzle Http Client version 6.3.3. I have opted to use a trait which I use on my API Gateway for c
I am a starter of web services. I have to make APIs using Laravel for mobile application. In the Laravel documentation, I have got API Authent
I am working on a Laravel project. I am using Laravel Passport for API authentication. I am trying to assign the scopes to the access token based on the user ro
So, I imported another project from Bitbucket and tried to launch it using php artisan serve, I always get this error: [LogicException]