iescarro/codeigniter3

Skeleton app of the CodeIgniter3 framework

v0.0.17 2025-02-17 09:52 UTC

This package is auto-updated.

Last update: 2025-04-11 03:39:17 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
cp .env.example .env
cp public/.htaccess.example public/.htaccess
php public/index.php migrate
php ignite serve