Configuration
Amezmo configures your application automatically based on its framework. When you connect a git repo, you choose your application type, and Amezmo applies the web server and runtime settings that match it.
Supported PHP Frameworks
Amezmo detects and configures these frameworks:
- Backdrop
- Bedrock
- Craft CMS
- Drupal
- Laravel
- Laravel Octane
- PHP
- Symfony
- WordPress
Public Document Root
The public document root is the directory the
web server serves files from directly. It holds your
index.php file and static assets. Amezmo sets it from your framework, and you
can change it.
Environment Variables
Amezmo generates your environment variables automatically and
writes them to a .env file when you launch an instance.
Logging
Your instance keeps a directory for log files that sits outside the release tree, so your logs stay available across deployments.
Persistent Storage
A persistent storage directory keeps user uploaded content available across deployments. You configure your PHP application to read and write files there.