Skip to content

Commit 0c855b2

Browse files
committed
Bug fix salo
1 parent 934868e commit 0c855b2

File tree

2 files changed

+6
-39
lines changed

2 files changed

+6
-39
lines changed
Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,11 @@
1-
<p align="center"><img src="https://raw.githubusercontent.com/laravel/sail/HEAD/art/logo.svg" alt="Logo Laravel Sail"></p>
1+
## Evolution CMS - Salo package
22

3-
<p align="center">
4-
<a href="https://packagist.org/packages/laravel/sail">
5-
<img src="https://img.shields.io/packagist/dt/laravel/sail" alt="Total Downloads">
6-
</a>
7-
<a href="https://packagist.org/packages/laravel/sail">
8-
<img src="https://img.shields.io/packagist/v/laravel/sail" alt="Latest Stable Version">
9-
</a>
10-
<a href="https://packagist.org/packages/laravel/sail">
11-
<img src="https://img.shields.io/packagist/l/laravel/sail" alt="License">
12-
</a>
13-
</p>
3+
#use
144

15-
## Introduction
5+
`php core/artisan salo:install` - for create docker-compose.yml file
166

17-
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.
7+
`./core/vendor/bin/salo up` - run docker demon mode
188

19-
#### Inspiration
9+
`./core/vendor/bin/salo up -d` - run docker in demon mode
2010

21-
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).
22-
23-
## Official Documentation
24-
25-
Documentation for Sail can be found on the [Laravel website](https://laravel.com/docs/sail).
26-
27-
## Contributing
28-
29-
Thank you for considering contributing to Sail! You can read the contribution guide [here](.github/CONTRIBUTING.md).
30-
31-
## Code of Conduct
32-
33-
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).
34-
35-
## Security Vulnerabilities
36-
37-
Please review [our security policy](https://github.com/laravel/sail/security/policy) on how to report security vulnerabilities.
38-
39-
## License
40-
41-
Laravel Sail is open-sourced software licensed under the [MIT license](LICENSE.md).
11+
`./core/vendor/bin/salo down` - stop docker

test.php

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)