Skip to content

XPROZ-Technologies/laravel-vue-spa

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 82.7%
  • Vue 8.7%
  • Blade 3.8%
  • JavaScript 3.6%
  • Other 1.2%