Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 806 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 806 Bytes

Shortly

Shortly let's you shorten your long urls into short.

demo

Description

Shortly is a simple web application written using core PHP. Anyone can clone this repo and create their own Short link website.


Features

  • simple UI containing a text box for shortening long urls.
  • written in core php
  • easy to deploy

Setting up on your server

git clone https://github.com/Ganofins/shortly.git && cd shortly

now rename env-example.php to env.php

then set your APP details in env.php file

now compress the folder and upload it on your server

then extract the files and import the db.sql file into your database


Contribute

Feel free to contribute to this repository.