Content management is a very opinionated topic, and everyone has their favorite platform they like to use. Statamic is a fantastic content management package you can add to your Laravel applications.
I will walk through how you can create a new statamic website, but you can add this to any Laravel application you may already have.
At the root of our project, we will see a directory called content, where the configuration options and actual content for our website will live.
Once you have installed Pulumi and are within your devops directory, we can initialize this project as a pulumi project.