Qore
Qore is a Laravel framework for building applications where PHP defines the application model and React renders the resulting UI.
Start with Skeleton when you are building an application. Start with the Qore development section only when you are changing the framework or a reusable module.
Why Qore Next?
- Reuse built-in fields, forms, tables, CRUD pages and layout nodes
- Keep common application behaviour in one backend definition
- Customize the UI from PHP when the data model already lives there
- Ship authentication, global search, notifications, modules, preferences etc. by default
- Built with TypeScript and React for a modern development experience
Where To Go Next
- New app: Installation, then Mental models.
- First CRUD screen: Resources, then Fields.
- Custom UI from PHP: Nodes.
- Working examples: Creating a custom page, Page with a table and Node fields.
- Reusable package work: Module development.