We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cms module use the new composer based bootstrap process, therefore add a standalone class. Therefore in order to bootstrap the cms in the config use
'bootstrap' => ['luya\cms\frontend\Bootstrap']
instead of
'bootstrap' => ['cms'] // which is the module name
The text was updated successfully, but these errors were encountered:
use composer based bootstrap file #1408
507565f
block importer ability #1408
2e99efb
add block importer for composer blocks #1408
a4db88f
update composer dependencies #1408
584c86f
3a17b32
nadar
No branches or pull requests
Cms module use the new composer based bootstrap process, therefore add a standalone class. Therefore in order to bootstrap the cms in the config use
instead of
The text was updated successfully, but these errors were encountered: