Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/willmendesneto/my-codeigniter-skeleton
- Owner: willmendesneto
- Created: 2012-12-14T20:40:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T01:45:15.000Z (over 10 years ago)
- Last Synced: 2023-03-23T03:36:54.269Z (almost 2 years ago)
- Language: PHP
- Size: 12.6 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;