Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmiak/statamic-starter-test
https://github.com/palmiak/statamic-starter-test
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/palmiak/statamic-starter-test
- Owner: palmiak
- Created: 2022-10-28T10:23:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T10:23:32.000Z (about 2 years ago)
- Last Synced: 2024-11-07T17:59:15.017Z (2 months ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Frame 78 (6)](https://user-images.githubusercontent.com/2342458/194182219-586adce1-9fa5-456f-bc8b-79624adfa21e.png)
# Kinsta - Statamic BoilerplateAn example of how to set **Statamic** up to enable deployment on Kinsta App Hosting services.
> Kinsta’s Application Hosting is a service to run your web apps and any databases side by side in a hassle-free environment, tailored for developer needs and ease of use. App Hosting is currently in an invite-only beta phase, sign up for a test account at [kinsta.com/application-hosting](https://kinsta.com/application-hosting/).
## Dependency Management
**Statamic** is based on Laravel. This means that it's a regular PHP-based application, so during the deployment process Kinsta will automatically install dependencies defined in your `composer.json` file.## Required buildpacks
Because in most cases we want our application to also build our CSS/JS files we need to add two Buildpacks:
- Node JS
- PHP## Environment Variables
Note that **Statamic** requires few environment variables to be set:
- `APP_KEY`
- `APP_KINSTA` - set it `true`.## Web Server Setup
When deploying an application Kinsta will automatically create a web process with `heroku-php-apache2 public/`. It can be later altered in the `Processes` tab in the UI.## What is Statamic?
Statamic is a powerful, flat-file CMS built on Laravel.### Key Features
- There’s no database until you need one.
- It’s a front-to-back CMS until you need to go headless.
- It’s dynamically powered by PHP & Laravel until you need to go static.
- It’s full-stack until you go JAMstack.
- Host it on any modern PHP server until you want to go serverless.
- Use the control panel unless you don’t feel like it. Code editors are great too.
- You can version control everything unless you don’t want to.More info on the [Statamic](https://statamic.com/) website.