dalholm/larabue
Composer 安装命令:
composer create-project dalholm/larabue
包简介
A simple lightweight admin template based on laravel, vuejs and buefy. Implemented with Sanctum and makes everything just simple and clean.
关键字:
README 文档
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-12