-
1.1.2 - 2025-04-26 Stable
released this
2025-04-26 13:52:48 +00:00 | 0 commits to main since this releaseFixed
- Fixed a critical bug where environments would not build correctly if using a SQLite database.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.1.1 - 2025-04-26 Stable
released this
2025-04-26 10:40:57 +00:00 | 3 commits to main since this releaseFixed
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.1.0 - 2025-04-25 Stable
released this
2025-04-25 03:04:26 +00:00 | 5 commits to main since this releaseAdded
- New database option: MySQL.
- New configuration option:
options.environment.database.rootPassword
.
Changed
- Changed the default database for new environments to MySQL (from SQLite).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.0.4 - 2025-04-25 Stable
released this
2025-04-25 01:46:58 +00:00 | 10 commits to main since this releaseFixed
- Fixed a critical autoloading issue after the package is globally installed.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.0.3 - 2025-04-24 Stable
released this
2025-04-24 13:27:30 +00:00 | 13 commits to main since this releaseFixed
- Fixed typo in
composer.json
description field.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fixed typo in
-
1.0.2 - 2025-04-24 Stable
released this
2025-04-24 13:21:01 +00:00 | 14 commits to main since this releaseAdded
- Added information on
spin:down
command to README.
Changed
- Minor documentation tweak to include link to Wiki on Packagist.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added information on
-
1.0.1 - 2025-04-24 Stable
released this
2025-04-24 13:08:49 +00:00 | 17 commits to main since this releaseChanged
- Minor documentation tweak to make the header image display on Packagist.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
1.0.0 - 2025-04-24 Stable
released this
2025-04-24 12:56:06 +00:00 | 19 commits to main since this releaseAdded
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads