dalholm / larabue
A simple lightweight admin template based on laravel, vuejs and buefy. Implemented with Sanctum and makes everything just simple and clean.
Package info
github.com/dalholm/larabue-simple-laravel-sanctum-spa-admin
Type:project
pkg:composer/dalholm/larabue
1.1.1
2020-08-24 07:51 UTC
Requires
- php: ^7.2.5
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.5
- intervention/image: ^2.5
- laravel/framework: ^7.0
- laravel/sanctum: ^2.0
- laravel/tinker: ^2.0
- laravel/ui: ^2.1
- spatie/laravel-permission: ^3.15
Requires (Dev)
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2026-06-06 09:59:20 UTC
README
Larabue Laravel vuejs buefy Admin SPA
A simple lightweight admin template based on laravel, vuejs and buefy. Implemented with Sanctum and makes everything just simple and clean.
Screenshot
Features
- 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
Installation
git clone git@github.com: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
composer create-project dalholm/larabue && cd larabuenpm install/yarn- Edit
.envand set your database connection details php artisan migratephp artisan db:seed
Usage
- login: yourdomain.test/login
- Username: admin@admin.com
- Password: admin
Development
# build and watch npm run watch # serve with hot reloading npm run hot
Production
npm run production
Changelog
Please see CHANGELOG for more information what has changed recently.