Skip to content

SeyedMahmoudMousavi/owl-link-shortener

Repository files navigation

Owl link shortener

Easy shorten your links then analyze them get useful information

How to use :

  1. Create database : database file

  2. Change config file for create database connection config file

      define("HOST_NAME", 'localhost');
      define("USER_NAME", 'root');
      define("USER_PASSWORD", '');
      define("DATABASE_NAME", 'ols');
    
  3. install and update composer with terminal :

      composer install
      composer update
    

Olw link shortener work with iron elephant