helori/laravel-backend
Composer 安装命令:
composer require helori/laravel-backend
包简介
User interface to manage a website's content
README 文档
README
This package gives you an admin panel to manage your website's content. It uses helori/laravel-admin for authentication. You need to follow the installation steps of this package before using your backend.
Installation and setup
On a fresh Laravel (>= v5.4) installation, install the package by running:
composer require helori/laravel-backend
Follow helori/laravel-admin installation steps
Publish the laravel-backend default assets:
php artisan vendor:publish --tag=laravel-backend-assets
Install the package's dependencies:
npm install jquery@3.* bootstrap@4.* vue-crud@2.* --save-dev
Edit your laravel mix config file :
// webpack.mix.js mix.sass( "./resources/assets/sass/backend.scss", "./public/css/backend.css" ).js( "./resources/assets/js/backend.js", "./public/js/backend.js", "." );
Compile your assets :
npm run dev
Your backend should be available at:
http://your-domain.test/admin
统计信息
- 总下载量: 180
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-06