Filament for https://github.com/ash-jc-allen/short-url
You can install the package via composer:
composer require a21ns1g4ts/filament-short-url
You can publish and run the migrations with:
php artisan vendor:publish --provider="AshAllenDesign\ShortURL\Providers\ShortURLProvider"
php artisan migrate
->plugins([
\A21ns1g4ts\FilamentShortUrl\FilamentShortUrlPlugin::make()
])
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.