Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0dd85fe

Browse filesBrowse files
authored
📚 Update README.md
1 parent 6569c49 commit 0dd85fe
Copy full SHA for 0dd85fe

File tree

Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Laravel Deployer is a lightweight wrapper of [Deployer](https://github.com/deplo
44
* [Documentation](docs)
55
* Blog article (TODO)
66

7-
## Installation
7+
![Console output example](https://user-images.githubusercontent.com/3642397/37216796-04ac518e-23bc-11e8-8f6b-58ef22e4d747.png)
8+
9+
## 1️⃣ Installation
810

911
```bash
1012
composer require lorisleiva/laravel-deployer
@@ -16,7 +18,7 @@ As you know, from Laravel 5.5 it will automatically discover the package. Before
1618
Lorisleiva\LaravelDeployer\LaravelDeployerServiceProvider::class
1719
```
1820

19-
## Configuration
21+
## 2️⃣ Configuration
2022
In order to generate your deployment configuration file, simply run:
2123

2224
```bash
@@ -27,7 +29,7 @@ It will ask you a few questions to help you get started and generate a `deploy.p
2729

2830
Read more about the available options, tasks, recipes; about how to customize your hosts, your deployment flow; about the gotchas of deploying an app that is already live and much more in the [documentation](docs).
2931

30-
## Deployment
32+
## 3️⃣ Deployment
3133
When you’re ready to deploy, run:
3234

3335
```bash
@@ -40,7 +42,7 @@ Because we are using zero-downtime deployments, make sure your server’s root p
4042

4143
If your project has already been deployed, before using Laravel Deployer, be sure to [read this](docs/first-deploy.md).
4244

43-
## Available commands
45+
## 📜 Available commands
4446

4547
```bash
4648
deploy # Deploy your Laravel application
@@ -52,4 +54,4 @@ deploy:init # Generate deploy.php configuration file
5254
deploy:list # Lists available tasks
5355
deploy:run <task> # Execute a given task on your hosts
5456
ssh # Connect to host through ssh
55-
```
57+
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.