Download the PHP package abstractrs/url-shortener without Composer
On this page you can find all versions of the php package abstractrs/url-shortener. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abstractrs/url-shortener
More information about abstractrs/url-shortener
Files in abstractrs/url-shortener
Download abstractrs/url-shortener
More information about abstractrs/url-shortener
Files in abstractrs/url-shortener
Vendor abstractrs
Package url-shortener
Short Description Url Shortener for Laravel 5 with support for Google and Bitly drivers.
License MIT
Package url-shortener
Short Description Url Shortener for Laravel 5 with support for Google and Bitly drivers.
License MIT
Please rate this library. Is it a good library?
Informations about the package url-shortener
Laravel 5 url shortener
Introduction
URL shortener package that gives a convenient Laravel Facade for mremi/UrlShortener
Laravel compatibility
Laravel | translation |
---|---|
5.1.x | 1.0.x |
5.2.x | 1.0.1 and higher |
5.5.x | 1.0.7 and higher |
5.8.x | 2.0 and higher |
Installation and Setup
Require through composer
composer require abstractrs/url-shortener
Or manually edit your composer.json file:
"require": {
abstractrs/url-shortener": "^2.0"
}
In config/app.php, add the following entry to the end of the providers array:
Abstractrs\UrlShortener\UrlShortenerServiceProvider::class,
And the following alias:
'UrlShortener' => Abstractrs\UrlShortener\Facades\UrlShortener::class,
Publish the configuration file, the form view and the language entries:
php artisan vendor:publish --provider="Abstractrs\UrlShortener\UrlShortenerServiceProvider"
Check the config files for the environment variables you need to set for the selected driver.
Usage
Shorten a url
Expand a url
All versions of url-shortener with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
5.6.*|5.7.*|5.8.*
illuminate/config Version 5.6.*|5.7.*|5.8.*
mremi/url-shortener Version 2.2.x
illuminate/config Version 5.6.*|5.7.*|5.8.*
mremi/url-shortener Version 2.2.x
The package abstractrs/url-shortener contains the following files
Loading the files please wait ....