iescarro/codeigniter3

Skeleton app of the CodeIgniter3 framework

v0.0.10 2024-10-23 14:26 UTC

This package is auto-updated.

Last update: 2024-10-27 01:18:37 UTC


README

Logo CodeIgniter3

Total Downloads Latest Stable Version License

composer create-project iescarro/codeigniter3 blog
cd blog
php ignite generate:scaffold Post title:varchar content:text
php public/index.php migrate
php ignite serve