jobmetric / hero
A powerful and intuitive admin panel for managing your application with ease and efficiency.
Fund package maintenance!
majidmohammadian
Requires
- php: >=8.0.1
- ext-json: *
- jobmetric/laravel-package-core: ^1.12
- jobmetric/laravel-taxonomy: ^2.0
- jobmetric/panelio: ^1.12
- laravel/framework: >=9.19
This package is auto-updated.
Last update: 2024-12-25 20:08:32 UTC
README
A powerful
and intuitive
admin panel for managing your application with ease and efficiency.
Install via composer
Run the following command to pull in the latest version:
composer require jobmetric/hero
Publish the config
Copy the config
file from vendor/jobmetric/hero/config/config.php
to config
folder of your Laravel application and rename it to hero.php
Run the following command to publish the package config file:
php artisan vendor:publish --provider="JobMetric\Hero\HeroServiceProvider" --tag="hero-config"
You should now have a config/hero.php
file that allows you to configure the basics of this package.
Documentation
coming soon...