codeposer/codeposer

A better way to build modern CodeIgniter Applications.

v1.2.0 2017-08-09 09:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:56:08 UTC


README

Build Status Total Downloads Latest Stable Version License

A better way to build modern CodeIgniter Applications. CodePoser website

screenshot

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