Download the PHP package danielebuso/shortener without Composer
On this page you can find all versions of the php package danielebuso/shortener. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danielebuso/shortener
More information about danielebuso/shortener
Files in danielebuso/shortener
Download danielebuso/shortener
More information about danielebuso/shortener
Files in danielebuso/shortener
Vendor danielebuso
Package shortener
Short Description Laravel 7 local url shortener
License MIT
Homepage https://github.com/danielebuso/laravel-shortener
Package shortener
Short Description Laravel 7 local url shortener
License MIT
Homepage https://github.com/danielebuso/laravel-shortener
Please rate this library. Is it a good library?
Informations about the package shortener
Laravel Link Shortener
Local link shortener for Laravel 7
Installation
You can install the package via composer:
Publish the migration and migrate
Usage
Customize routing
To customize the link routing add the following to your routes and customize as you wish
Configuration
To customize the config either use the environment variables or publish the configuration file
Config | .env | Default | Description |
---|---|---|---|
link_length | SHORTENER_LINK_LENGTH | 8 | Number of random characters used in link generation |
Testing
Upcoming features
- [X] Custom validity (nbf, exp)
- [ ] Link analitycs (times opened)
- [ ] Real tests
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Daniele Buso
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of shortener with dependencies
PHP Build Version
Package Version
The package danielebuso/shortener contains the following files
Loading the files please wait ....