A simple and clean boilerplate to start a new SPA project with authentication, user, roles, permissions management and more features. This boilerplate uses the following tools:
Laravel is accessible, and powerful, and provides tools required for large, robust applications.
The following Sanctum features are implemented in this Vue SPA:
- ✅ Laravel 11
- ✅ Vue 3
- ✅ VueRouter
- ✅ Pinia
- ✅ Vue I18n Multi-Language
- ✅ Login
- ✅ Password Reset
- ✅ Registration
- ✅ Admin Panel
- ✅ Profile Management
- ✅ User Management
- ✅ Roles Management
- ✅ Permissions Management
- ✅ Password Change
- ✅ E-Mail Verification
- ✅ Posts Management
- ✅ Frontend Blog
- ✅ Bootstrap 5
- ✅ Automatic Api Documentation -- route /api-docs
git clone https://github.com/irabbi360/laravel-vue3-spa-starter.git
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install or yarn install
npm run dev or yarn dev
npm run build or yarn build
To enable email verification, ensure your App\User
model implements the Illuminate\Contracts\Auth\MustVerifyEmail
contract.
If you want to use Laravel 10 or 9 version, please use laravel_10 or laravel_9 branch.
Thank you for considering contributing to the project! The contribution guide can be found in the Laravel documentation.
To ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
If you discover a security vulnerability within Laravel, please e-mail via fazrabbi010@gmail.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.
The Vue framework is open-sourced software licensed under the MIT license.
This repository is open-sourced software licensed under the MIT license.