jybtx / backstaged-management
Background management system
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: >=7.2.0
- jybtx/active: ^0.1.0
- laracasts/flash: ^3.0|^3.1|^3.2
- laravel/framework: >=6.0
- laravel/ui: ^1.x-dev|^2.0|^2.1|^2.2|^2.3|^2.4|^2.5|^3.1|^3.2|^3.3|^3.4|^4.0|^4.1|^4.2|^4.3
- mews/captcha: ^3.0|^3.1|^3.2|^3.3
- prettus/l5-repository: ^2.6|^2.7|^2.8|^2.9
This package is auto-updated.
Last update: 2025-03-27 07:25:35 UTC
README
這是一個後臺管理系統的基礎框架,可在此基礎上進行二次開發,後臺的權限部分已經完成了。如需要其他的部分,請自行擴展Installing
Composer
Execute the following command to get the latest version of the package:
$ composer require jybtx/backstaged-management
Laravel
- PHP >= 7.2.*
- Laravel >= 6.0
- Fileinfo PHP Extension
ServiceProvider will be attached automatically
Run the following command to publish assets and configure:
php artisan jybtx:install
Open http://localhost/admin/login in browser,use username admin and password 123456 to login.
Configurations
The file config/backstaged.php contains an array of configurations, you can find the default configurations in there.
Usage
TODO
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT