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

Latest commit

 

History

History
18 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 599 Bytes

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.