-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fatal error: Class 'CoreSphere\ConsoleBundle\CoreSphereConsoleBundle' not found #74
Comments
@emnoze Your composer file seems to not contain the |
Sorry, it s my composer from the master branch xD juste add |
Can you verify that the bundle exists in your vendor folder? ( |
and why are you using version |
Got it with
|
That is the same as this issue: #70 Please try to increase the php version in your composer file ( |
I have modified the line = "config": {
"bin-dir": "bin",
"platform": {
- "php": "5.3.9" // It was 5.3.9 ORIGIN BY SYMFONY INSTALL
+ "php": "5.6.25"
} And it works ! |
Thx to you |
As this seems to be a common problem I have updated the readme file to address this issue. |
Ok
Happy for helping the community
Le 8 janv. 2017 13:06, "Laszlo Korte" <notifications@github.com> a écrit :
… As this seems to be a common problem I have updated the readme file to
address this issue.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXd2iqJFaxIQLV0O9LNA7ttjIfOWJy7Aks5rQNFZgaJpZM4Ldqhm>
.
|
Hi,
I m on a Symfony 2.8.15 And when i m trying to install the bundle,
I follow the readme.
composer require coresphere/console-bundle ( add the 0.2.0 )
I register $bundles[] = new CoreSphere\ConsoleBundle\CoreSphereConsoleBundle();
put the route in dev_route
_console: resource: "@CoreSphereConsoleBundle/Resources/config/routing.yml" type: extra prefix: /_console
And when I try ./app/console assets:install web
it say to me
So i don't know How to fix this.
Here is my composer.json
In the vendor, i have to Console Bundle
Thx
The text was updated successfully, but these errors were encountered: