laravel-frontend-presets/vuetify
最新稳定版本:1.0.3
Composer 安装命令:
composer require laravel-frontend-presets/vuetify
包简介
Laravel 5.5+ Front-end preset for vuetify
README 文档
README
Sorry no time to mantain this package: if anyone is interested to mantain it please email me at sergiturbadenas at gmail.com
Laravel 5.5+ Frontend preset for Vuetify with Vuex
A Laravel front-end scaffolding preset for Vuetify - a Material Design Component Framework with Vue and Vuex.
Usage
- Fresh install Laravel 5.5+ and cd to your app:
laravel new app && cd app - Install this preset via
composer require laravel-frontend-presets/vuetify. Laravel 5.5+ will automatically discover this package. No need to register the service provider. - Use
php artisan preset vuetifyfor the basic Vuetify frontend preset OR usephp artisan preset vuetify-authfor the basic preset auth scaffolding in one go. (NOTE: If you run this command several times, be sure to clean up the duplicate Auth entries inroutes/web.php) npm installnpm run dev- Configure your favorite database (mysql, sqlite etc.)
php artisan migrateto create basic user tables.- This packages requires Laravel Passport. Run
php artisan passport:install php artisan serve(or equivalent) to run server and test preset.
Demo site:
统计信息
- 总下载量: 13.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 80
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-20