Examples
The following examples demonstrate how to use Plateforme in various scenarios. Each example is a complete project that you can build and run.
Basic
A basic setup is provided for each example, along with descriptions and code snippets.
-
Basic
A simple example that demonstrates how to create a basic CRUD application.
-
Basic w/ associations
A simple example that demonstrates how to create and use resource associations within an application.
-
Basic w/ database
A simple example that demonstrates how to use the framework powerfull database features.
-
Basic w/ inheritance
A simple example that demonstrates how to define and use resource inheritance within an application.
-
Basic w/ packages
A simple example that demonstrates how to create, organize, and use packages and namespaces within an application.
-
Basic w/ services
A simple example that demonstrates how to create and use services within an application.
Projects
The following examples demonstrate complete projects using most of the framework core features that you can use as a starting point for your own applications.
-
Missions
A complete project that showcases how to setup a full-featured application with multiple resources, services, and packages. The built-in CLI toolkit can be used to bootstrap the project and run it locally.