We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02a91 commit 05236c7Copy full SHA for 05236c7
README.md
@@ -54,12 +54,12 @@ composer require cslant/github-project-php
54
55
## Usage
56
57
-See the [GitHub Project PHP Documentation](https://docs.cslant.com/github-project-php/usage) for detailed usage instructions.
+See the [GitHub Project PHP Documentation](https://docs.cslant.com/github-project-php/advanced/templates) for detailed usage instructions.
58
59
### Customizing Templates
60
61
```bash
62
-php artisan vendor:publish --tag=github-project-views
+php artisan vendor:publish --provider="CSlant\GitHubProject\GithubProjectServiceProvider" --tag="views"
63
```
64
65
This copies templates to `resources/views/vendor/github-project/md/field_types/`.
0 commit comments