Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Yet another url shortener / url shrinker created in Laravel 5.3

Notifications You must be signed in to change notification settings

daniellesniak/url-shortener

Repository files navigation

Installation

  1. Clone a repository
git clone https://github.com/nybbom/url-shortener
  1. Download composer dependencies
cd url-shortener
composer install
  1. Edit .env.example file and rename it to .env
    1. Database configuration
  2. Generate an application key
php artisan key:generate
  1. Migrate a database
php artisan migrate

Features

  • Custom alias
  • Local history of shortens (saved in session)
  • Statistics of each shorten with filters

Technologies

Screenshots

Home Page Screenshot Statistics Page Shorten Page

About

Yet another url shortener / url shrinker created in Laravel 5.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published