-
Notifications
You must be signed in to change notification settings - Fork 35
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
Nette web-project and autoloading error #37
Comments
I'm not sure - my guess is the case mismatch between Try to disable RobotLoader (and just use Composer) - you should have the same results/problems when working with your application. |
Ouch, oh my god, you right. Problem is with Nette web-project or sandbox FS structure by default. :-/ |
PHPStan just uses whatever autoloader you provide to it, Composer out of the box. The error message told you where to look 😊 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I try it but I have big trable. It is some bug?
Step by step:
`
includes:
`
And get return as:
Line presenters/HomepagePresenter.php
I try add to composer without effect:
"autoload": { "psr-4": { "App\\": "app/" } },
The text was updated successfully, but these errors were encountered: