vafancy/shortlink

This is Short Link URL website.

Maintainers

Package info

github.com/thisisvafa/shortlink_package

pkg:composer/vafancy/shortlink

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2022-12-10 17:29 UTC

This package is auto-updated.

Last update: 2026-03-11 01:13:24 UTC


README

Github All Releases

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