A powerful and intuitive admin panel for managing your application with ease and efficiency.

Fund package maintenance!
majidmohammadian

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/jobmetric/hero

1.0.0 2024-11-19 18:39 UTC

This package is auto-updated.

Last update: 2025-09-17 21:56:42 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...