URL Shortener with PHP Language. This applicetion use Laravel Framework.
- Clone this repository.
- Run
composer install
. - Copy
.env.example
to.env
. - Change database name, username, password on
.env
. - Change
APP_URL
andSESSION_DOMAIN
on'env
. - Run
php artisan migration
. - Setting root to
/path/to/URL-Shortener/public
.
This applicetion is released under the MIT License. See License for details.