Jan 29, 2026
## Chapter 24: What to learn next (so you grow smoothly)
- Write one small CRUD app (create/read/update/delete) with PDO
- Learn a minimal routing style (one `index.php` handling multiple paths)
- Learn Composer autoloading properly (PSR-4) and namespaces
- After you can build a small project yourself, frameworks like Laravel make sense
```