laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

[5.x] Remove Sanctum when api disabled #1472

Closed pop-culture-studio closed 3 months ago

pop-culture-studio commented 3 months ago

Probably due to #1470, when the API is disabled, Sanctum is missing and an error occurs.

Fix by removing Sanctum. Since it has been copied to the project, it will be removed both User and UserWithTeams.

taylorotwell commented 3 months ago

No instructions on how to recreate this.

taylorotwell commented 3 months ago

Reverted breaking PR.