How its working in the admin panels generated by quickadminpanel? I generated an admin panel based on laravel and vue, and its user model has no HasApiTokens trait but it still works with sanctum as we need to configure the stateful URL in .env
Thanks for the help :)
QuickAdminPanel-generated code is quite complex, was built in 2020 and it uses Laravel Sanctum under the hood, but I would do it more simple if I do it nowadays, according to the newest Sanctum docs.
Hey buddy, Thanks for this good course. just noticed that video #15 and #14 are the same.
Sorry, fixed now! Re-uploaded the correct #14 video.
How its working in the admin panels generated by quickadminpanel? I generated an admin panel based on laravel and vue, and its user model has no HasApiTokens trait but it still works with sanctum as we need to configure the stateful URL in .env Thanks for the help :)
QuickAdminPanel-generated code is quite complex, was built in 2020 and it uses Laravel Sanctum under the hood, but I would do it more simple if I do it nowadays, according to the newest Sanctum docs.