panelist/admin-package
Composer 安装命令:
composer require panelist/admin-package
包简介
README 文档
README
Install the package by executing the following command:
composer require panelist/admin-package:dev-main
After installing the package, the required views, controllers, and other necessary data will be automatically placed in the project directory.
Migrations
To migrate the package's tables to the database, run the following command:
php artisan migrate
Setting Up Required Menus
Upload the required menus to the database by executing the following command:
php artisan db:seed --class=stMenuSeeder
Configuring Admin Permissions
Grant access to the menus to the admin by running the following command:
php artisan db:seed --class=stUserMenuSeeder
Usage
Once the package is installed, access the admin panel by navigating to localhost:8000/admin/home.
统计信息
- 总下载量: 93
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-10-30