--- breadcrumb: - Guides summary-order: 5 --- # Guides The guides are designed to help you use the framework in a specific situation or to learn a certain practice. ## Projects - [ORM](guides/orm.md) (Object-Relational Mapping) Learn how manage your database and associate entities with framework. - [Events](guides/events.md) Learn how exploit capabilities of events with framework. - [Packages](guides/packages.md) Learn how manage packages and how create one. ## HTTP projects - [Redirections](guides/redirections.md) Implement HTTP redirections for old routes (for example) with or without controller. - [Maintenance mode](guides/maintenance.md) Define a maintenance page during your maintenance works. - Assets (TODO)