xseano / Linkify

An intuitive and comprehensive link shortener service made with Laravel
https://linkify.xseano.io/
MIT License
0 stars 0 forks source link

Linkify

Linkify is an intuitive and comprehensive link shortener service made with Laravel 5.6 and PHP 7.1

Features

Installation

Requisites

Install PHP 7.1 with Homebrew

$ brew update
$ brew install php71

Install Composer with Homebrew

$ brew update
$ brew install composer
$ composer -V

NOTE: You must have MySQL running at this point.

Install source and start server

$ git clone https://github.com/xseano/Linkify.git
$ cd Linkify
$ composer install
$ php artisan serve

Database Setup

$ php artisan migrate

License

See MIT