saberqadimi/link-shortener is a Laravel package for a laravel package for shortening links..
It currently has 8 GitHub stars and 1 downloads on Packagist (latest version v1.0.1).
Install it with composer require saberqadimi/link-shortener.
Discover more Laravel packages by saberqadimi
or browse all Laravel packages to compare alternatives.
Last updated

A Laravel package for shortening URLs with analytics support. 🚀
You can install this package via Composer:
composer require saberqadimi/link-shortener
After installation, publish the package's service provider:
php artisan vendor:publish --provider="Laravel\LinkShortener\LinkShortenerServiceProvider"
To use the front-end assets, run:
php artisan vendor:publish --tag=laravel/link-shortener
The package comes with necessary database migrations. Run:
php artisan migrate
Once installed and configured, you can access the link shortener page at:
https://your-domain.com/link/shorten
⚠️ Note: The user must be logged in to access this page.
This package is open-source and available under the MIT License.
1️⃣ Install Package → composer require saberqadimi/link-shortener
2️⃣ Publish Service Provider → php artisan vendor:publish --provider="Laravel\LinkShortener\LinkShortenerServiceProvider"
3️⃣ Publish Assets → php artisan vendor:publish --tag=laravel/link-shortener
4️⃣ Run Migrations → php artisan migrate
5️⃣ Access Shortener Page → /link/shorten (User must be logged in)