ShortURL
A Laravel package that can be used for adding shortened URLs to your existing web app.
Author:
Atila Silva
Documentation
- Filament for https://github.com/ash-jc-allen/short-url
- Installation
- Install for Panel
- Testing
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License

#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.
The author
Hello, my name is Átila. I am a software developer. I started my career 12 years ago working with Flash. Since then, I have been accumulating knowledge in the field of web development. Today, I consider myself an expert in Laravel, Livewire, PHP, as well as JavaScript, Vue.js, and Alpine.js. I have also worked extensively with TypeScript, Python, Ruby, Java, and C.
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle