- Clone a repository
git clone https://github.com/nybbom/url-shortener
- Download composer dependencies
cd url-shortener
composer install
- Edit .env.example file and rename it to .env
- Generate an application key
php artisan key:generate
- Migrate a database
php artisan migrate
- Custom alias
- Local history of shortens (saved in session)
- Statistics of each shorten with filters