Hero
A powerful and intuitive admin panel for managing your application with ease and efficiency.
Installation
Run the following command to pull in the latest version:
composer require jobmetric/hero
Publish the config
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...