Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
/ URL-Shortener Public archive

URL Shortener by PHP. This applicetion use Laravel Framework.

License

Notifications You must be signed in to change notification settings

kpherox/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4146f98 · Dec 18, 2018

History

46 Commits
Dec 18, 2018
Nov 7, 2017
Oct 16, 2018
Oct 16, 2018
Oct 16, 2018
Oct 16, 2018
Jun 23, 2018
Nov 7, 2017
Oct 16, 2018
Nov 10, 2017
Nov 7, 2017
Nov 7, 2017
Nov 7, 2017
Dec 18, 2018
Jan 13, 2017
Oct 16, 2018
Nov 7, 2017
Apr 13, 2018
Apr 13, 2018
Nov 9, 2017
Nov 9, 2017
Nov 7, 2017
Oct 16, 2018
Nov 7, 2017
Nov 7, 2017

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.