Github地址 欢迎大家一起维护:)
另团队急需人才,有兴趣的朋友请联系 [email protected] 或 QQ 1283233833 ,待遇高过同等大公司,阿姨做饭,春节假期前后各一周可在家远程办公,公司地点在团结湖盈科中心。
Features
- Role and permissions management
- Html and Form macros
- Rapid
Modelmanagement
Screenshots
web


mobile



ForoneAdmin
To install this package you will need:
- Laravel 5.1+
- PHP 5.5.9+
You must then modify your composer.json file and run composer update to include the latest version of the package in your project.
"require": {
"forone/admin": "dev-master"
}
Or you can run the composer require command from your terminal.
composer require forone/admin:dev-master
At this time the package is still in a developmental stage and as such does not have a stable release.
You may need to set yourminimum-stabilitytodev.
Once the package is installed the next step is dependant on which framework you're using.
Laravel
Open config/app.php and register the required service provider and aliases.
'providers' => [
Forone\Admin\Providers\ForoneServiceProvider::class
]
'aliases' => [
'Form' => Illuminate\Html\FormFacade::class,
'Html' => Illuminate\Html\HtmlFacade::class,
]
If you'd like to make configuration changes in the configuration file you can pubish it with the following Aritsan command:
php artisan vendor:publish --provider="Forone\Admin\Providers\ForoneServiceProvider" --force
Publishing Defender configuration file and migrations
php artisan vendor:publish --provider="Artesaos\Defender\Providers\DefenderServiceProvider"
Init data
php artisan db:init