-
Hi there,
Using Laravel 7, thanks for this package, however I'm having trouble getting routing to work.
This is a fresh install, I've defined some routes in the module routing, and can see my ro…
-
- Sanctum Version: 2.0
- Laravel Version: 7.x
- PHP Version: 7.3.x
- Database Driver & Version:
### Description:
401 unauthenticated, when trying to get csrf-cookie
### Steps To Reproduce:
…
-
- Laravel Version: 7.25.0
- PHP Version:7.4.7
- Database Driver & Version: Mysql 8.0.20
### Description:
If I define route like below
```php
Route::middleware('auth:sanctum')->get('affairs/li…
-
Hi Man,
I follow your instruction https://doc.laravue.dev/vi/guide/development/work-with-resource.html
to use resource but I don't know ưhich file to write this the code bellow ?
```
curl local…
-
when I run `phpunit` its failed, if I create new laravel project with same test, its succeed.
How to fix this issue?
![image](https://user-images.githubusercontent.com/3258090/91526873-cf113400-e…
-
- Sanctum Version: 2.4.0
- Laravel Version: 7.15.0
- PHP Version: 7.4.6
- Database Driver & Version:
10.1.44-MariaDB-0ubuntu0.18.04.1
### Description:
On Sanctum 2.3 I do not have any prob…
-
Currently I have a project that have reactjs inside laravel folder in resources/js.The docs does not specify how to configure sanctum for this scenario.I tried this for hours by reading the sanctum do…
-
- Sanctum Version: 2.3
- Laravel Version: 7.x
- PHP Version: 7.4.2
- Database Driver & Version: MySQL 8.0.x
### Description:
In my SPA I have a logout route that calls ```Auth::guard('web')->lo…
-
- Laravel Version: 7.22.4
- PHP Version: 7.3.10
- Database Driver & Version: pgsql 12
### Description:
hello!
I have a use case where i have two Laravel applications running. Both of th…
-
Hi @susanBuck,
I have a couple questions relating to the tests I'm making for p3.
1. I noticed that when I test my account-page.js there is a `/Get 401 /favorite`
after a user logs in and the…