LaravelPackages.net
Acme Inc.
Toggle sidebar
a21ns1g4ts/filament-short-url

This is my package filament-short-url

4.199
28
v0.2.0
About a21ns1g4ts/filament-short-url

a21ns1g4ts/filament-short-url is a Laravel package for this is my package filament-short-url. It currently has 28 GitHub stars and 4.199 downloads on Packagist (latest version v0.2.0). Install it with composer require a21ns1g4ts/filament-short-url. Discover more Laravel packages by a21ns1g4ts or browse all Laravel packages to compare alternatives.

Last updated

Filament ShortURL

Art

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

Filament for https://github.com/ash-jc-allen/short-url

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.

Comments