dunglas / dunglas/api-platform-heroku
heroku run "app/console doctrine:schema:create" in docs
Open
- Dominant language
- PHP
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
this did not work
```
heroku run "app/console doctrine:schema:create"
```
this did
```
heroku run "bin/console doctrine:schema:create"
```
Contributor guide
Research direction
Find the documentation section containing the Heroku console command and compare it with the working example in the issue. Update the documented command to use bin/console instead of app/console, then verify the resulting command matches the working form shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, symfony
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100