Leaf PHP (Schema, Migration & Seeding)

Today, I learned how to work with database schema, migration, and seeding in Leaf PHP (Leaf MVC). It helped me understand how Leaf manages database tables and dummy data in…

Using PHPStan in a Standalone PHP MVC

If you’re building a standalone PHP MVC framework (not Laravel), one of the easiest ways to improve code quality is adding PHPStan. It helps you catch bugs before they show up in the browser or…