Skip to content

Codeigniter Dashboard to view the difference between two version code in PHP using LCM(Longest Common Subsequence) algorithm.

License

Notifications You must be signed in to change notification settings

aghilanbaskar/codeigniter-diff

Repository files navigation

Version Diff Finder

Codeigniter Dashboard to view the difference between two version code in PHP using LCM(Longest Common Subsequence) algorithm.

Installation

clone the repo

git clone https://github.com/aghilanbaskar/codeigniter-diff.git

cd codeigniter-diff

Change the Base URL in the file application/config/config.php

- $config['base_url']='https://'.$_SERVER['HTTP_HOST'];
+ $config['base_url']='http://localhost/codeigniter-diff/;

Local Usage

start Apache webserver in local XAMPP

go to the file in the browser http://localhost/codeigniter-diff/dashbaord

Demo

Demo Link : https://astra-task.herokuapp.com/

Dashbaord Files

Controller: /application/controllers/Dashboard.php

View : /application/views/dashboard.php

JS : /assets/js/dashboard.js

License

MIT

About

Codeigniter Dashboard to view the difference between two version code in PHP using LCM(Longest Common Subsequence) algorithm.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages