Deployment to Live Server (CodeIgniter) — a practical guide to deploy CodeIgniter with clear examples you can reuse in real projects.
CodeIgniter Tutorial Series (70/74). Prefer one article? Read the complete CodeIgniter tutorial.
Short description
Point the web root to `public/`, set production env, configure DB, and secure writable permissions.
Deploy checklist
1. Upload code / git pull
2. composer install --no-dev
3. Set .env production + DB
4. Document root = /public
5. php spark migrate
6. Secure writable/ permissions