Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Fixed the sail artisan sail:publish typo #6652

Merged
merged 1 commit into from
Dec 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed the sail artisan sail:publish typo
  • Loading branch information
litan1106 authored Dec 10, 2020
commit fee1982b5b9e0fcbe2c24dfc440e34c0d0cbb60a
2 changes: 1 addition & 1 deletion sail.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ If you would like to choose the subdomain for your shared site, you may provide
Since Sail is just Docker, you are free to customize nearly everything about it. To publish Sail's own Dockerfiles, you may execute the `sail:publish` command:

```bash
sail artisan sail:publish
php artisan sail:publish
```

After running this command, the Dockerfiles and other configuration files used by Laravel Sail will be placed within a `docker` directory in your application's root directory. After customizing your Sail installation, you may rebuild your application's containers using the `build` command:
Expand Down