larke admin
v2.0.9
larke-admin is a general backend management system using Laravel, JWT and RBAC authentication
larke-admin
is a back-end management system based on the laravel
framework. It is fully API interfaced and suitable for projects with front-end and back-end separation.JWT
RBAC
authorization of php-casbin
后台api服务
. You can view the Larke Admin Frontend project后台前端页面
More screenshots Larke Admin backend screenshots
laravel
framework and confirm that there is no problem with the configuration of connecting to the database. Start executing the following command composer require lake/larke-admin
php artisan vendor:publish --tag=larke-admin-config
After running the command
You need to copy config/larkeadmin.php.larke
and rename it to config/larkeadmin.php
,
Copy config/larkeauth.php.larke
and rename it to config/larkeauth.php
,
Copy larkeauth-rbac-model.conf.larke
and rename it to larkeauth-rbac-model.conf
If the file already exists, please copy the content to the corresponding configuration file according to the situation.
php artisan larke-admin:install
php artisan larke-admin:import-route
admin
/ 123456
name | describe |
---|---|
General system configuration | Customize data configuration and unify configuration information into one table |
Operation log | Record relevant operation logs of the admin system |
Signing certificate | Generate asymmetric signature certificates such as RSA, EdDSA, ECDSA, etc. |
Log viewer | laravel log viewing extension |
demo | Extended example |
Note: The extension directory defaults to the /extension
directory
name | describe |
---|---|
JWT national secret SM2 driver | larke-admin background management system JWT SM2 driver |
Thanks to the following projects, listed in no particular order
laravel/framework
casbin/casbin
composer/semver
phpseclib/phpseclib
PclZip
larke-admin
is released under the Apache2
open source license and provides free personal and commercial use while retaining the copyright of this system.