https://github.com/chekun/codeposer
A better way to build modern CodeIgniter Applications.
https://github.com/chekun/codeposer
Last synced: about 1 year ago
JSON representation
A better way to build modern CodeIgniter Applications.
- Host: GitHub
- URL: https://github.com/chekun/codeposer
- Owner: chekun
- Created: 2015-12-31T09:39:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T09:42:57.000Z (almost 9 years ago)
- Last Synced: 2025-04-22T12:11:17.608Z (about 1 year ago)
- Language: PHP
- Homepage: http://codeposer.chekun.me
- Size: 146 KB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
CodePoser
========================
[](https://travis-ci.org/chekun/codeposer)
[](https://packagist.org/packages/codeposer/codeposer)
[](https://packagist.org/packages/codeposer/codeposer)
[](https://packagist.org/packages/codeposer/codeposer)
A better way to build modern CodeIgniter Applications. [CodePoser website](http://codeposer.chekun.me)

### Features
- We are now in the ```Composer``` world
- Built-in PHP web server
- Modern workflow - taken advantage of ```laravel mix```
- Dead simple to use
- More to come ...
### Quick Start
- Create Project
```
composer create-project codeposer/codeposer .
```
- Npm Ready
```
npm install
```
- Run Webpack
```
npm run dev
```
- Start Server
```
php -S localhost:9999 -t public server.php
```
- Enjoy!
Go and visit ```http://localhost:9999/```, and have fun.
### Thanks to
- [CodeIgniter](https://github.com/bcit-ci/CodeIgniter)
- [Laravel-Mix](https://github.com/JeffreyWay/laravel-mix)
- [PHPDotenv](https://github.com/vlucas/phpdotenv)
### Licensce
The CodePoser project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)