Skip to content

robyfirnandoyusuf/codeigniter-remix

Repository files navigation

🔥 codeigniter remix

😃 Codeigniter rasa laravel

Tested on :

  • PHP 5.6 & PHP 7
  • Ubuntu 16.04 LTS & Windows 7

Requirement

  • PHP 5.6 >= greater
  • PHP CLI

Features

  • Eloquent
  • Pretty var_dump dd()
  • .env config
  • Blade Template Engine
  • Generate MVC and CRUD + upload

Installation

  • Clone this repository
  • To verify if you have php cli installed, type into terminal/command prompt.
php -v
  • if you're using linux , open terminal go to application/cache and assets/
sudo chmod -R 777 views and sudo chmod -R 777 uploads
  • Import database in folder database

Configuration

  • Edit .env file on application/.env
DB_HOST		= "localheart"
DB_USERNAME	= "root"
DB_PASSWORD	= "root"
DB_NAME 	= "db"
DB_DRIVER 	= "mysqli" // mysqli or mysql or etc

RUN

Linux

php -S localhost:8000 index.php

Using Console

(Linux)
Screensh0t

- go to root project > open terminal
- php index.php cow help

(Windows)

Screenshoot will be uploaded soon

- go to `php` directory of your localhost > open terminal 
- php 'YOUR FULLPATH TO PROJECT' index.php cow help

Thanx to :

  • Avenir
  • Muhammad Noval Nur Auliya'

😁 happy c0ding
Remixed By Nando : @NothingtoCoding - Roby Firnando Yusuf

About

codeigniter rasa laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages