pingpong-labs / admin

Laravel 5 Admin
https://packagist.org/packages/pingpong/admin
BSD 3-Clause "New" or "Revised" License
433 stars 114 forks source link

How can I send more data to the default Dashboard? #58

Closed faidoc closed 8 years ago

faidoc commented 8 years ago

Hi

How could I send more variables to the default Dashboard view to create my own information blocks?

gravitano commented 8 years ago

You can use view composer.

faidoc commented 8 years ago

That solved it. Thanks