divotek/admin
最新稳定版本:v10.0.6
Composer 安装命令:
composer require divotek/admin
包简介
Platform for back-office applications, admin panel or CMS your Laravel app.
README 文档
README
DiVoTek Admin Panel
Based on Orchid Platform.
For the full documentation, visit orchid.software.
This is a free Laravel package that abstracts standard business logic and allows code-driven rapid application development of back-office applications, admin/user panels, and dashboards.
Implemented features
-
Native support for
nakukryskin/orchid-repeater-field -
Native support for
nakipelo/orchid-ckeditor -
Custom Command Bar with actions ('Go Back', 'Save and Leave', etc.)
-
Automatic nested tables (requires model relation called
children, e.g.$product->children) -
Custom slug fields for automatic slug generation
-
Native support for
barryvdh/laravel-elfinder -
Activity Log
-
Minor improvements
Install
- Create project
composer create-project laravel/laravel my-awesome-admin
-
Configure
.env -
Install main admin package
composer require divotek/admin
- Publish package config & assets
php artisan admin:install
- Configure main admin credentials
php artisan admin:make
Local Development
-
Download source code
-
Extract archive
-
Make your magic in extracted directory
-
Build frontend for modified admin panel:
npm i & npm run production
- Edit your project
composer.jsonand add/modify the following directives:
"require": {
"divotek/admin": "dev-main",
...
},
"repositories": [
{
"type": "path",
"url": "../path/to/extracted/directory"
},
...
]
-
In your project directory remove
vendordir andcomposer.lockfile -
Run following command:
composer install
统计信息
- 总下载量: 149
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-27