codeposer / codeposer
A better way to build modern CodeIgniter Applications.
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 3
Forks: 8
Open Issues: 0
Type:project
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: 2024-11-09 19:34:37 UTC
README
A better way to build modern CodeIgniter Applications. CodePoser website
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
Licensce
The CodePoser project is open-sourced software licensed under the MIT license