Custom Codeigniter with Laravel Blade, Illuminate Database, Custom RestAPI, PHP Dot ENV and PHP Encryption.
php >= 5.6
composer
Installation is simple. It can be install using the following command:
$ git clone https://github.com/FAHRIZTX/CustomCodeigniter.git
$ cd CustomCodeigniter
$ mv .env.example .env
$ composer install
edit .env
file to change the database config and website config BASE_URL
.