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

kpherox/URL-Shortener

Repository files navigation

URL Shortener for PHP

MIT License

URL Shortener with PHP Language. This applicetion use Laravel Framework.

Installation procedure

  1. Clone this repository.
  2. Run composer install.
  3. Copy .env.example to .env.
  4. Change database name, username, password on .env.
  5. Change APP_URL and SESSION_DOMAIN on 'env.
  6. Run php artisan migration.
  7. Setting root to /path/to/URL-Shortener/public.

License

This applicetion is released under the MIT License. See License for details.