This project presents system for create timeline for describe news, events and histories. When you created it, you can view it on your browsers that timeline was displayed by TimelineJS JavaScript Library.
And can embed your timeline on your websites or your blogs too!
Backend system is powered by Laravel 5.4 and MySQL 5.7.6+ (The reason for these MySQL versions because they support JSON field type which uses with TimelineJS)
Whitney Houston 1963 - 2012 : http://103.253.146.81/timeline/16
- Install LAMP
- Linux (I'm using Ubuntu 16.04)
- Apache 2.0+
- MySQL 5.7.6+
- PHP 7+
- Clone this system from my GitHub
$ sudo apt-get install git
$ git clone https://github.com/mekzcnt/tlcreator.git
- Update your Composer
$ composer update
- Generate Key on Laravel 5.4
$ php artisan key:generate
- Clear caches
$ php artisan cache:clear
$ php artisan view:clear
$ php artisan route:clear