Looking to hire Laravel developers? Try LaraJobs

laravel-shortify maintained by bradietilley

Description
Shorten URLs from within Laravel
Author
Last update
2026/07/23 14:58 (dev-main)
License
Downloads
2

Comments
comments powered by Disqus

Laravel Shortify

URL shortening with visit tracking for Laravel.

Static Analysis Tests Laravel Version PHP Version

Documentation

Full documentation is available at bradietilley.dev/laravel-shortify.

Installation

composer require bradietilley/laravel-shortify
php artisan vendor:publish --tag="shortify-config"
php artisan vendor:publish --tag="shortify-migrations"
php artisan migrate
use BradieTilley\Shortify\Shortify;

$short = Shortify::url('https://example.com/very/long/path');

echo $short->url; // https://your-app.test/s/Ws4BYCVLDDDh

Credits