Video
Description
A Laravel package for creating shortened URLs for your web apps
The quickest way to get started with creating a shortened URL is by using the snippet below. The ->make() method returns a ShortURL model that you can grab the shortened URL from.
use AshAllenDesign\ShortURL\Classes\Builder; $shortURLObject = app(Builder::class) ->destinationUrl('https://destination.com') ->make(); $shortURL = $shortURLObject->default_short_url;
Related Content on Laravel Daily
Video
Recent Courses on Laravel Daily
Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
7 lessons
43 min read
AI Agents/IDEs for Laravel: May 2026 (Claude Code, Codex, OpenCode, etc)
7 lessons
52 min
Roles and Permissions in Laravel 13
14 lessons
57 min