Laravel and vue spa using tailwind (laravel/ui looks) for styling and sanctum for authentification
- Laravel 8
- Vue + VueRouter + Vuex
- Login, register, update profile
- password reset
- Authentication with Sanctum
- Tailwind + Heroicons
git clone git@github.com:HijenHEK/laravel-vue-sanctum-spa.git --branch v1.0.0 my-spa
set verion and app namecd my-spa
- Edit
.env
and set your database connection details and your APP_URL php artisan key:generate
php artisan migrate
npm install
npm run dev
- make sure your domain is included in the statefull allowed domains (app/config/sanctum.php) to avoid Unauthorised domains issue #3.
npm run watch
npm run production
Highly inspired by laravel-vue-spa by cretueusebiu where it uses bootstrap 4 fontawesome and JWT for authentification
Other features are under development coming soon 🔥