Hosting
Installation
Create the env var in your .env
:
HOSTING_TIER=development
Then create the config in config/packages/hosting.yaml
:
hosting:
# add a unique identifier of your project installation here
installation: 'ohai'
tier: '%env(HOSTING_TIER)%'
Then install the package:
composer require 21torr/hosting