Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suresh-ramani/lara9sanctum-auth-vite-vue3
SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite
https://github.com/suresh-ramani/lara9sanctum-auth-vite-vue3
bootstrap bootstrap5 laravel laravel9 laravel9-vue3 sanctum-authentication sanctum-spa sanctum-vue3 vite vitejs vue vue3
Last synced: 4 months ago
JSON representation
SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite
- Host: GitHub
- URL: https://github.com/suresh-ramani/lara9sanctum-auth-vite-vue3
- Owner: suresh-ramani
- Created: 2022-07-29T05:11:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T09:37:03.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T19:43:02.687Z (4 months ago)
- Topics: bootstrap, bootstrap5, laravel, laravel9, laravel9-vue3, sanctum-authentication, sanctum-spa, sanctum-vue3, vite, vitejs, vue, vue3
- Language: PHP
- Homepage: https://techvblogs.com/blog/spa-authentication-laravel-9-sanctum-vue3-vite
- Size: 123 KB
- Stars: 24
- Watchers: 1
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite
```
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run dev
php artisan serve
```