A simple lightweight admin template based on laravel, vuejs and buefy. Implemented with Sanctum and makes everything just simple and clean.
- Laravel 7.x + Vue + Vue Router + Vuex
- Frontend built with Buefy UI framework
- Pages with custom layouts
- Examples for login, register and password reset
- Integration with vform
- Authentication with sanctum
- Webpack with laravel-mix
git clone [email protected]:dalholm/larabue-simple-laravel-sanctum-spa-admin.git yourprojectnamecd yourprojectnamecp .env.example .env- Edit
.envand set your database connection details - Edit
SANCTUM_STATEFUL_DOMAINS=to your domain.com - Edit
SESSION_DOMAINto your.domain.com composer installphp artisan key:generatephp artisan migratephp artisan db:seednpm install/yarn
composer create-project dalholm/larabue && cd larabuenpm install/yarn- Edit
.envand set your database connection details php artisan migratephp artisan db:seed
- login: yourdomain.test/login
- Username: [email protected]
- Password: admin
# build and watch
npm run watch
# serve with hot reloading
npm run hotnpm run productionPlease see CHANGELOG for more information what has changed recently.
