Skip to content

A Filament package that can be used for adding shortened URLs to your existing web app.

License

Notifications You must be signed in to change notification settings

a21ns1g4ts/filament-short-url

Repository files navigation

Filament ShortURL

Art

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

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

Install for Panel

->plugins([
    \A21ns1g4ts\FilamentShortUrl\FilamentShortUrlPlugin::make()
])

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A Filament package that can be used for adding shortened URLs to your existing web app.

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published