You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.0 KiB

3 years ago
  1. <p align="center"><img src="https://raw.githubusercontent.com/laravel/sail/HEAD/art/logo.svg" alt="Logo Laravel Sail"></p>
  2. <p align="center">
  3. <a href="https://packagist.org/packages/laravel/sail">
  4. <img src="https://img.shields.io/packagist/dt/laravel/sail" alt="Total Downloads">
  5. </a>
  6. <a href="https://packagist.org/packages/laravel/sail">
  7. <img src="https://img.shields.io/packagist/v/laravel/sail" alt="Latest Stable Version">
  8. </a>
  9. <a href="https://packagist.org/packages/laravel/sail">
  10. <img src="https://img.shields.io/packagist/l/laravel/sail" alt="License">
  11. </a>
  12. </p>
  13. ## Introduction
  14. Sail provides a Docker powered local development experience for Laravel 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 Laravel application without any previous Docker experience.
  15. #### Inspiration
  16. Laravel Sail is inspired by and derived from [Vessel](https://github.com/shipping-docker/vessel) by [Chris Fidao](https://github.com/fideloper). If you're looking for a thorough introduction to Docker, check out Chris' course: [Shipping Docker](https://serversforhackers.com/shipping-docker).
  17. ## Official Documentation
  18. Documentation for Sail can be found on the [Laravel website](https://laravel.com/docs/sail).
  19. ## Contributing
  20. Thank you for considering contributing to Sail! You can read the contribution guide [here](.github/CONTRIBUTING.md).
  21. ## Code of Conduct
  22. In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
  23. ## Security Vulnerabilities
  24. Please review [our security policy](https://github.com/laravel/sail/security/policy) on how to report security vulnerabilities.
  25. ## License
  26. Laravel Sail is open-sourced software licensed under the [MIT license](LICENSE.md).