-
Hi!
First, thanks for creating the laravel-devices package — it's really helpful!
I'm building a RESTful API using Laravel Sanctum and Laravel Fortify for authentication, and I was wondering if …
-
-
### Description
I've just upgraded my Laravel project to Laravel 11 from Laravel 10. I've flushed caches. I'm getting the error:
> There is no role named `super_admin` for guard `web`.
Coming…
-
I am trying to use this package in a Laravel/Inertia Vue3 application and getting a CORS error for the redirect.
Here is my controller:
```php
class PaystackController extends Controller
{
…
-
### **Implementing an Authentication Using Laravel Sanctum Authentication package.**
**Make sure your code must under code clean and please review for the best [Code of Conduct](https://laravel.c…
-
**Describe the bug**
Hi all,
I am using the **Sanctum SPA Authentication (CSRF protection)** system for my application Authentication. It is working well. But I am unable to authenticate broadcastin…
-
Hi there guys,
I have some really weird issue implementing this package in a project of mine. This is weird, since I have two other projects with this package working.
The error I am receiving w…
-
Obviously not an pressing issue for the initial read-only phase, but people may want to add auth. We can discuss it more in Slack.
-
## Motivation ("The Why")
Using NPM, we can check for outdated packages:
```bash
khalyomede@ubuntu:~/programming/test npm outdated
Package Current Wanted Latest Location …
-
I have been playing around with Sanctum for quite a while now and I think it's great and working properly, too.
In my scenario, Laravel is only handling the API and the frontend is ran on a vue-cli…