mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-03 20:49:41 +00:00
- Added a new guide on using Collabora Online and WebDAV for document editing in development. - Updated `index.md` to include a link to the new document. - Modified `mkdocs.yml` to register the new guide in the development section.
1.6 KiB
1.6 KiB
Development
As Chill relies on the symfony framework, reading the framework's documentation should answer most of your questions. We are explaining here some tips to work with Chill, and help with things we've encountered.
- Instructions to create a new bundle
- CRUD (Create - Update - Delete) for one entity
- Helpers for building a REST API
- Routing
- Menus
- Forms
- Access control model
- Messages to users
- Pagination
- Localisation
- Translation directives
- Translation provider
- Logging
- Database migrations
- Searching
- Timelines
- Exports
- Embeddable comments
- Run tests
- ESLint
- Useful snippets
- Manual
- Assets
- Cron Jobs
- Editing documents (Collabora, WebDAV)
- Info about entities
- Info about database (in French)
- Developer FAQ
Layout and UI
- Render entities automatically
- Layout / Template usage
- Classes and mixins
- Widgets
- Javascript function
Help, I am lost!
Write an email at info@champs-libres.coop, and we will help you!