[2/7] - Symfony 3 Tutorial - Adding a Bootstrap Styled Sidebar

Now that we have a base layout and Bootstrap styles to work with, in this video we are going implement the sidebar. In the previous video we saw how the finished Symfony application will look when rendering out to your screen. To get yourself into a mindset that will make your development easier, it’s best to think about how we can split up our page into smaller chunks, that are not only easier to re-use, but also easier to maintain. Find the rest of the videos in this series at - htt
Back to Top