yugo/panelis-url

Manage short URLs, link utilities, and URL-related services.

Maintainers

Package info

github.com/yugo412/panelis-url

pkg:composer/yugo/panelis-url

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-24 14:24 UTC

This package is auto-updated.

Last update: 2026-06-24 14:25:25 UTC


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).