queenshera/admin-panel
最新稳定版本:0.1.7
Composer 安装命令:
composer require queenshera/admin-panel
包简介
AdminLTE based admin panel while setting your project
README 文档
README
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 theprovidersarray inconfig/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
- Debugbar
- DomPDF
- Livewire
- AWS S3
- Firebase (not tested yet)
- PestPHP
- Textlocal SMS service
- MSG91 SMS service
- Razorpay payment gateway service
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
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-20