wartner.io is a Link-Shortener based on Laravel 5.6.2.1. You can download it for free!

Laravel link shortener

How to install

Clone the repository and install the composer dependencies on your server and you´re good to go.

git clone https://github.com/fwartner/wrtnr.li.git
cd wrtnr.li
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate

Source

https://github.com/fwartner/wrtnr.li