Skip to content

CodeIgniter 3 + Twig + Eloquent + Rest Server + Support Multi Language + Ion Auth 2 = CI Rasa Laravel

License

Notifications You must be signed in to change notification settings

guspurwania/CI-Rasa-Laravel

Repository files navigation

CodeLara

Konfigurasi Custom Framework CodeIgniter ini saya buat bagi temen-temen yang masih suka dengan CodeIgniter tetapi biar tidak kalah jauh dengan Framework lain seperti Laravel.

Requirements

  • PHP 5.2.4 atau diatasnya
  • Twig 1.22.0 atau diatasnya
  • Illuminate/database 5.0.28 atau diatasnya
  • Illuminate/events 5.0.28 atau diatasnya
  • Ramsey/uuid 3.6 atau diatasnya

Installation

With Git

Clone Git Repository

$ cd /path/to/project
$ git clone https://github.com/guspurwania/CI-Rasa-Laravel.git

Install Vendor

$ composer install

Setup Selesai. Cek Project pada Browser Anda.

Without Git

Download manual melalui Github. Unzip dan install pada folder project Anda.

Install Vendor

$ composer install

Setup Selesai. Cek Project pada Browser Anda.

Setup .htaccess

RewriteEngine on
RewriteBase /project/
RewriteCond $1 !^(index\.php|themes|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

Usage

Berikut merupakan referensi dokumentasi dari package yang digunakan pada CodeLara :

About

CodeIgniter 3 + Twig + Eloquent + Rest Server + Support Multi Language + Ion Auth 2 = CI Rasa Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages