定制 panelist/admin-package 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-10-30