queenshera/admin-panel 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

queenshera/admin-panel

最新稳定版本:0.1.7

Composer 安装命令:

composer require queenshera/admin-panel

包简介

AdminLTE based admin panel while setting your project

README 文档

README

Latest Stable Version License

Laravel Admin-Panel

Read up here for getting started and understanding the setup of admin panel

Prerequisites

  • Minimum PHP version ^8.0

Installation

  • Ensure you have enabled sodium extension in your php.ini file, otherwise it will generate error while installing adminPanel
  • If your project using composer, run the below command
composer require queenshera/admin-panel
  • Add the Queenshera\AdminPanel\QsAdminPanelServiceProvider::class, provider to the providers array in config/app.php:
'providers' => [
  Queenshera\AdminPanel\QsAdminPanelServiceProvider::class,
],
  • Install all configuration and resource data files with command php artisan adminPanel:install.

Configuration

  • The environment and config files comes with defaults and placeholders.
  • Configure environment key-values in environment file to use aws s3, textlocal, msg91, razorpay services.

Available Services in this package

Development

  • All added packages are not tested yet and under developments.
  • All pull requests with additional packages or test cases are welcome.

License

Queenshera Admin Panel SDK is released under the MIT License. See LICENSE file for more details.

统计信息

  • 总下载量: 31
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-20