-
Notifications
You must be signed in to change notification settings - Fork 20
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
Update documentation to help users what to do after changing 'Hello World' #215
Comments
@Luke1982 Seems reasonable to me! Want to submit a PR with your suggested change? |
@danielbachhuber I am willing, but afraid I don't have sufficient knowledge to describe the process correctly. I had a lot of hit 'n misses before I solved it and can't remember correctly how I did it. |
@Luke1982 Ok, no worries. It would be great if someone attempted this process, and then documented what they need to do to resolve. |
I have the same problem as @Luke1982 a while ago, but I ran |
Hm, I wouldn't expect |
Lol, I did |
Ah. |
I'm running into a similar situation. I created a project and it works (i.e., Here's how to reproduce my problem:
After I got this error I then tried
and re-ran the
|
With Composer's autoloading, you can use a As you're developing you'll need to run:
I think |
Feature Request
Describe your use case and the problem you are facing
I spent quite a lot of time figuring out why my adapted
Hello World
scaffolded package command wouldn't run, until I found out I had to update the package to make sure the autoload files in the main composer package were regenerated. Maybe it's because of my lack of composer knowledge, but the docs could have told me that, would have been nice.The text was updated successfully, but these errors were encountered: