mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

When logged in home.blade.php not showing #38

Closed RymndMl closed 8 years ago

RymndMl commented 8 years ago

Hi,

First of all, thanks for the great work you put together!

I did a basic install for Laravel 5.2 as described. The php file home.blade.php is NOT showing it's content.

From app.blade.php I see: @yield('main-content') So changed @section('content') to @section('main-content') en it works.

Thanks, Ray.

acacha commented 8 years ago

Thanks! Changed: https://github.com/acacha/adminlte-laravel/commit/bb47984eb8405a252c923003c01e85352e399527

acacha commented 8 years ago

New release 2.0.1 solves this problem