-
Notifications
You must be signed in to change notification settings - Fork 25
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
Class auth does not exist Error on install #54
Comments
Plugin dependencies are also not installed, but it should according to the OctoberCMS documentation? I am not sure what to expect. I have check the example and october-tricks example but could not find dependencies being marked as separate plugins. |
Does it work if you remove all pugisn from the You can try and run |
Thank you for replying. I know installing a plugin with OctoberCMS will try to install plugin dependencies. Unfortunately I can't get access to the logs and stacktraces. I tried mounting logs and bash while it's installing but to no avail. Edit: installed without Mohsin and OFFLINE.Mall and got the app working. Then installed OFFLINE.Mall with plugin manager that in turn installed the dependencies. Added Mohsin to the october.yaml; no dependency. |
I expected artisan plugin:install to install Plugin::$require dependencies but it turns out that's just a feature on the backend installation. The backend uses a callback onInstallPlugins to get all the required plugins and adds them as buildsteps. Because I saw in this repo the example config with only OFFLINE.Mall without it's RainLab dependencies, I figured either the artisan command or this package would take of that. Is my conclusion correct? |
I hink you are right, you need to install the dependencies explicitly. Here is an october.yaml that should work to install |
During install I get the following error for each plugin and later on in october:fresh command
Am I missing a plugin or setting? I had a issue with Auth guard when October was updated to Laravel 6, could this be related?
This is my october.yaml
The text was updated successfully, but these errors were encountered: