SuperlativeEntity

Results 6 comments of SuperlativeEntity

I'm taking this as a sign that the project is dead.

> This is the best alternative to entrust with laravel 6 and follows the same schema and provide some additional features like seed config. Try this. https://packagist.org/packages/shanmuga/laravel-entrust With a single...

For Laravel devs using mix, using mix.js... will sort out this issue

What is the actual answer to this? return $this->respondWithToken($token); still returns an error: Error: Call to undefined method Illuminate\Auth\TokenGuard::factory()

https://jwt-auth.readthedocs.io/en/develop/quick-start/ config/auth.php Make the following changes to the file: ``` 'guards' => [ 'api' => [ 'driver' => 'jwt', 'provider' => 'users', ], ], ```