queenshera/admin-panel

AdminLTE based admin panel while setting your project

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 0

Forks: 0

Language:JavaScript

0.1.7 2023-06-06 02:34 UTC

This package is auto-updated.

Last update: 2024-04-06 05:29:40 UTC


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.