lemric / sail
Docker files for running a basic Symfony application.
Requires
- php: ^8.0
- laravel/prompts: ^v0.1.24
- symfony/console: ^6.0|^7.0
- symfony/dotenv: ^6.0|^7.0
- symfony/yaml: ^6.0|^7.0
Requires (Dev)
- phpstan/phpstan: ^1.10
- symfony/framework-bundle: ^6.0 || ^7.0
- symfony/process: ^6.0 || ^7.0
- symfony/test-pack: ^v1.1.0
README
Introduction
Sail provides a Docker powered local development experience for Lemric that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Lemric application without any previous Docker experience.
Inspiration
Lemric Sail is fork Laravel Sail for Symfony, and is inspired by and derived from Vessel by Chris Fidao. If you're looking for a thorough introduction to Docker, check out Chris' course: Shipping Docker.
Official Documentation
Documentation for Sail can be found on the Lemric website.
Contributing
Thank you for considering contributing to Sail! You can read the contribution guide here.
Code of Conduct
In order to ensure that the Lemric community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Lemric Sail is open-sourced software licensed under the MIT license.