acrossoffwest / shorter
Generator short URL links
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/acrossoffwest/shorter
This package is auto-updated.
Last update: 2025-09-29 02:01:54 UTC
README
Install by composer
composer require acrossoffwest/shorter:dev-master
Configure
Add line to config/app.php
'providers' => [
...
Acrossoffwest\Shorter\Providers\ShorterServiceProvider::class,
...
],
Publish Styles
php artisan vendor:publish --tag=public
Run migrations
php artisan migrate
Open Shorter:
http://yourproject.com/shorter/
API Method for generate short url
Request Method: Post
Request Url: http:://yourproject.com/api/shorter/generate
Request Data: url (Validate rules: (https|http|ftp)://*.*)