• 1.1.2 3ed4225142

    Danny released this 2025-04-26 13:52:48 +00:00 | 0 commits to main since this release

    Fixed

    • Fixed a critical bug where environments would not build correctly if using a SQLite database.
    Downloads
  • 1.1.1 502670c600

    Danny released this 2025-04-26 10:40:57 +00:00 | 3 commits to main since this release

    Fixed

    • Fixed a critical bug where environments could not be destroyed if using a MySQL database.
    • Fixed a critical bug where PDO extensions were not installed in the container, causing MySQL driver errors.
    Downloads
  • 1.1.0 70d91a346b

    Danny released this 2025-04-25 03:04:26 +00:00 | 5 commits to main since this release

    Added

    • New database option: MySQL.
    • New configuration option: options.environment.database.rootPassword.

    Changed

    • Changed the default database for new environments to MySQL (from SQLite).
    Downloads
  • 1.0.4 be5d6a9e4c

    Danny released this 2025-04-25 01:46:58 +00:00 | 10 commits to main since this release

    Fixed

    • Fixed a critical autoloading issue after the package is globally installed.
    Downloads
  • 1.0.3 c1247f435c

    Danny released this 2025-04-24 13:27:30 +00:00 | 13 commits to main since this release

    Fixed

    • Fixed typo in composer.json description field.
    Downloads
  • 1.0.2 33a5293e17

    Danny released this 2025-04-24 13:21:01 +00:00 | 14 commits to main since this release

    Added

    • Added information on spin:down command to README.

    Changed

    • Minor documentation tweak to include link to Wiki on Packagist.
    Downloads
  • 1.0.1 7f16aefe03

    Danny released this 2025-04-24 13:08:49 +00:00 | 17 commits to main since this release

    Changed

    • Minor documentation tweak to make the header image display on Packagist.
    Downloads
  • 1.0.0 97c318a3ff

    Danny released this 2025-04-24 12:56:06 +00:00 | 19 commits to main since this release

    Added

    • Initial public release of Loom Spinner CLI.
    • Command to spin up a new PHP development environment with Docker (spin:up).
    • Commands to stop (spin:stop), start (spin:start), and destroy (spin:down) environments.
    • Customizable environment configuration via CLI options or spinner.yaml.
    • Support for PHP (default: 8.4), Nginx, SQLite3, and Node.js (default: 23).
    • Xdebug support (enabled by default; can be disabled per environment).
    • Automatic port assignment for services.
    • Clear documentation for installation, configuration, usage, commands, and debugging.

    Note:
    This is the project’s initial release. More features and database options are planned for future updates.

    Downloads