You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I was just wondering if there is or will be support for non-standard locations for Laravel directories.
In a project I'm working in, it's being transitioned to Laravel. Right now, the app/ directory is not in the root of the repo but under a directory that is in the root of the repo.
Larastan is having trouble finding Laravel's bootstrap file. I think that directory difference is why.
Note: Using configuration file /var/www/html/phpstan.neon.
Exception thrown in /var/www/html/vendor/nunomaduro/larastan/bootstrap.php on line 22 while loading bootstrap file /var/www/html/vendor/nunomaduro/larastan/bootstrap.php: Could not find Laravel bootstrap file nor Testbench is installed. Install orchestra/testbench if analyzing a package.
The text was updated successfully, but these errors were encountered:
Description
Hey! I was just wondering if there is or will be support for non-standard locations for Laravel directories.
In a project I'm working in, it's being transitioned to Laravel. Right now, the
app/
directory is not in the root of the repo but under a directory that is in the root of the repo.Larastan is having trouble finding Laravel's bootstrap file. I think that directory difference is why.
The text was updated successfully, but these errors were encountered: