Helen is a premium package,
get your license here
On this page
Prerequisites
This package is built for Laravel and Filament. Install and configure Filament in your app before continuing.
Installation
Install the package with Composer:
1composer require lara-zeus/helen
Migrations
Publish the migration files:
1php artisan vendor:publish --tag=zeus-helen-migrations
Run the migrations:
1php artisan migrate
Filament plugin
Register the plugin in your panel provider (for example AdminPanelProvider):
1use LaraZeus\Helen\HelenPlugin;2 3->plugins([4 HelenPlugin::make(),5])
Usage
Open your Filament panel (for example /admin) and use the Links resource to create and manage short URLs.
Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.