codeposer / codeposer
A better way to build modern CodeIgniter Applications.
v1.2.0
2017-08-09 09:30 UTC
Requires
- codeigniter/framework: 3.1.5
- vlucas/phpdotenv: ~2.4.0
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is not auto-updated.
Last update: 2026-03-15 02:46:35 UTC
README
A better way to build modern CodeIgniter Applications. CodePoser website
Features
- We are now in the
Composerworld - 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
Licensce
The CodePoser project is open-sourced software licensed under the MIT license
