Athena is a premium package,
get your license here
On this page
Configuration
to configure the plugin Athena, you can pass the configuration to the plugin in adminPanelProvider
these all the available configuration, and their defaults values
1AthenaPlugin::make()2 ->models([3 'RequestPeriods' => RequestPeriods::class,4 'Request' => Request::class,5 'Service' => Service::class,6 'TimeLock' => TimeLock::class,7 'RequestStatus' => RequestStatus::class,8 ])9 ->navigationGroupLabel('Athena')
Frontend Configuration
use the file zeus-athena.php, to customize the frontend, like the prefix,domain, and middleware for each content type.
to publish the configuration:
1php artisan vendor:publish --tag=zeus-athena-config
Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.