vafancy / shortlink
This is Short Link URL website.
dev-master
2022-12-10 17:29 UTC
This package is auto-updated.
Last update: 2025-08-11 00:04:15 UTC
README
Command install ShortLink
composer require vafancy/shortlink
You must add the service provider in your config/app.php file:
ShortLinkServiceProvider
Run the migrations: After the config and migration have been published and configured, you can create the tables for this package by running:
php artisan migrate