reedware/sail-lite
Sail Lite is a lightweight CLI for PHP package development using a baseline Docker environment. It ships a docker-compose.yml and a sail script that wrap common Docker Compose tasks (up, down, build, exec), inspired by Laravel Sail but framework-agnostic.
With the rollout of 2.x, there are two breaking changes that have occurred:
1) Runtimes are no longer versioned
Your PHP version can now be controlled in your docker-compose.yml by default, via a PHP arg. You can also define a PHP_VERSION setting in your .env to control this.
2) Assertions are enabled by default
Some installations of PHP don't have assertions enabled by default. Given that this package is intended for local development, we default php.ini file now ships with assertions enabled.
Added php proxy for Laravel VSCode extension
Fixed xDebug coverage mode in php ini
The composer requirement of PHP 8.1+ has been removed. This package doesn't actually require PHP, it just comes with runtimes for 8.1+.
Added support for PHP 8.1 and 8.2
Initial Release
How can I help you explore Laravel packages today?