yugo / panelis-url
Manage short URLs, link utilities, and URL-related services.
v1.0.0
2026-06-24 14:24 UTC
Requires
- ashallendesign/short-url: ^8.5
- filament/filament: ^5.0
- laravel/framework: ^13.0
Requires (Dev)
- laravel/pint: ^1.29
README
Manage short URLs, link utilities, and URL-related services directly from the Panelis admin panel.
Features
- Short URL management
- Custom slugs
- Redirect tracking
- Link utilities
- Automatic Panelis plugin discovery
Requirements
- PHP 8.3+
- Laravel 13+
- Filament 5+
Installation
Install the package via Composer:
composer require yugo/panelis-url
Run migrations:
php artisan migrate
Usage
After installation, a URLs menu will be available in the Panelis admin panel.
The URL module provides tools for managing shortened links and other URL-related functionality from a centralized interface.
Available fields may include:
- Destination URL
- Short URL
- Custom slug
- Status
- Visit count
Common use cases include:
- Marketing links
- Campaign URLs
- Social media links
- QR code destinations
- Internal redirects
Integration
The URL module can be integrated with other Panelis modules and applications that require URL shortening or link management features.
License
The MIT License (MIT).