Skip to content

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

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages