Helen is a premium package,
get your license here
On this page
before you continue, please make sure you already installed filament, and all working prefecture for you.
Composer
You can install the package via composer:
1composer require lara-zeus/helen
Migrations
Publish the migrations files
1php artisan vendor:publish --tag=zeus-helen-migrations
Run Migration
run the migration:
1php artisan migrate
Filament Setup
Set up the plugin with filament you need to add it to your panel provider, The default one is adminPanelProvider
1HelenPlugin::make()
Usage
Visit the url /admin
.