Skip to content
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

Missing files due to .gitignore #1

Open
flomine opened this issue Mar 27, 2023 · 2 comments
Open

Missing files due to .gitignore #1

flomine opened this issue Mar 27, 2023 · 2 comments

Comments

@flomine
Copy link

flomine commented Mar 27, 2023

Plugin does not load.
Error is

user/plugins/gis/vendor/autoload.php): Failed to open stream: No such file or directory

vendor directory is excluded due to /user/plugins/gis/.gitignore files

@flomine flomine changed the title Missinf files due ti .gitignore Missing files due to .gitignore Mar 27, 2023
@hughbris
Copy link

hughbris commented Jun 6, 2023

I'm just someone passing by evaluating this plugin. I suspect your issue will be solved by running composer install inside your plugin folder. This should ideally be documented as part of the installation instructions.

Some plugins come bundled with all of the PHP dependencies under vendor and some expect you to build them yourself. There are pros and cons for each approach.

@grahamIT
Copy link

grahamIT commented Sep 7, 2023

I'm just someone passing by evaluating this plugin. I suspect your issue will be solved by running composer install inside your plugin folder. This should ideally be documented as part of the installation instructions.

Some plugins come bundled with all of the PHP dependencies under vendor and some expect you to build them yourself. There are pros and cons for each approach.

Thanks that worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants