No description
Find a file
Daniel Winning acf87efdb9 Nginx setup
2025-04-13 20:07:48 +01:00
bin Validate project path and confirm Docker is running 2025-04-12 10:47:55 +01:00
config Nginx setup 2025-04-13 20:07:48 +01:00
data Create basic project data structure from env template 2025-04-12 17:28:57 +01:00
src Nginx setup 2025-04-13 20:07:48 +01:00
.gitignore Nginx setup 2025-04-13 20:07:48 +01:00
composer.json Create basic project data structure from env template 2025-04-12 17:28:57 +01:00
phpunit.xml Add phpunit config 2025-04-09 01:46:19 +01:00
README.md Cleaner config and path usage, added dev notes 2025-04-13 12:59:44 +01:00

Loom | Spinner

An environment management application for PHP developers.

Dev Notes

Argument priority:

  • Those passed explicitly in the CLI commands
  • Any set within {projectDirectory}/spinner.yaml
  • Fall back to /config/spinner.yaml

Commands

spin:up

Arguments

  • name - Required: The name for your Docker containers.
  • path - Required: The absolute path to your project root directory.
  • php - Optional: If passed, sets the PHP version used by your container. Can be overridden by creating a spinner.yaml file in your project root directory and defining the key options.environment.php.version

Options

  • node-disabled - Optional: Disables Node. Can also define the key options.environment.node.enabled in your spinner.yaml file.