Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

SPA Authentication using Laravel 9 Sanctum, Vue 3 and Vite

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
```