laravel-vue-starter icon indicating copy to clipboard operation
laravel-vue-starter copied to clipboard

Latest Laravel 11 and Vue 3 boilerplate using Tailwind 3, Sanctum, Fortify, Pinia, the new Vue3 Composition API

Results 5 laravel-vue-starter issues
Sort by recently updated
recently updated
newest added

how i can split backend and frontend in two project ?

![image](https://github.com/gdarko/laravel-vue-starter/assets/16397672/0f39edf3-cd3b-4b2c-a0c6-7586272723cc) run command : php artisan serve my .env config APP_URL=http://127.0.0.1:8000 SANCTUM_STATEFUL_DOMAINS=127.0.0.1:8000 SESSION_DOMAIN=localhost

![Image](https://github.com/user-attachments/assets/f553ef9b-b0a5-4f0c-b1ee-f9ba8de2342a)

I am getting the error CSRF token mismatch when registering a user.

after php artisan migrate success and db:seed succeess i just try login but console log display error 401 unauthorized. try register form new user success but login same 401 unauthorized