Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willmendesneto/my-codeigniter-skeleton

My skeleton for application with Codeigniter PHP Framework
https://github.com/willmendesneto/my-codeigniter-skeleton

Last synced: about 2 months ago
JSON representation

My skeleton for application with Codeigniter PHP Framework

Awesome Lists containing this project

README

        

#My Codeigniter's boilerplate

1 - Grocery CRUD (https://github.com/scoumbourdis/grocery-crud)

2 - CI-Tools (https://github.com/willmendesneto/CI-Code-Generator)

3 - Travis-ci integration

4 - PHPUnit (https://github.com/sebastianbergmann/phpunit)

5 - Autoload controllers and models via hooks

6 - Migrations integration

##How to use

1 - Run migrations or access the "your-url-project/migrate" for run it;

2 - Access "your-url-project/posts" for look the grocery crud works!

3 - Access cli mode and run phpunit;

4 - Modify the .travis.yml file for your project name and start travis-ci job;