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
I'm trying to setup this.
$this->layout = 'bootstrap3';
But it says Layout file "View/Layouts/BoostCake/bootstrap3.ctp" is missing.
Why is not that on your documentation?
The text was updated successfully, but these errors were encountered:
i have the same problem: how can i assign the boostrap3 layout to all views? In the AppController?
Sorry, something went wrong.
As per CakePhp Docs here, using standard plugin notation:
$this->layout = 'BoostCake.bootstrap3';
No branches or pull requests
I'm trying to setup this.
$this->layout = 'bootstrap3';
But it says Layout file "View/Layouts/BoostCake/bootstrap3.ctp" is missing.
Why is not that on your documentation?
The text was updated successfully, but these errors were encountered: