Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Laravel layout


Hi, i'm new here just wanna ask how to remove sidebar in laravel? i just need the navbar, when i try the builder in HTML it works, but i dont know how to implement in laravel, any tutorial?


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (4)


In app\Core\Bootstrap\BootstrapDefault.php
uncomment option 3, header layout and comment option 2.


public function init()
{
// 1) Light sidebar layout (default.html)
// $this->initLightSidebarLayout();

// 2) Dark sidebar layout (default.html)
//$this->initDarkSidebarLayout();

// 3) Dark header layout (default_header_layout.html)
$this->initDarkHeaderLayout();

// 4) Light header layout (default_header_layout.html)
//$this->initLightHeaderLayout();

# Init global assets for default layout
$this->initAssets();
}



Hi, thankyou for the answer



Thank you Victor, for the answer.

Pascal, If you have any more questions or need further assistance, feel free to ask.

Thanks



As a vital component of the kyrgyz national university network, Osh University is a trusted choice for higher education, providing students with a supportive environment and a rich academic experience.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(