orchestral / platform

Orchestra Platform Application Skeleton
http://orchestraplatform.com/docs/latest
315 stars 33 forks source link

[WIP] Orchestra Platform v3.2.0 #49

Closed crynobone closed 8 years ago

crynobone commented 9 years ago

We would love to get your feedback and ideas for Orchestra Platform 3.2. Just post them here.

The following lists are a short roundup of all feature requests below (hope I did not miss one) and what our thoughts are about them. I will update the list if new ideas are posted.

Platform

stewhouston commented 8 years ago

Hi, I'm a bit rusty with Laravel and am brand new to Orchestra. I'm finding the documentation a bit lacking. I'm curious with the Resources extension, where exactly am I supposed to be including the Event::listen hook?

Similarly, I'd like to add several Widgets to the /admin homepage, but I'm not sure where I'm supposed to begin adding my code.

crynobone commented 8 years ago

I'm curious with the Resources extension, where exactly am I supposed to be including the Event::listen hook?

You can stop using Resources extension (it has been marked as deprecated) and focus on http://orchestraplatform.com/docs/3.1/routing

Similarly, I'd like to add several Widgets to the /admin homepage, but I'm not sure where I'm supposed to begin adding my code.

You could do it via View Composers (I recommend creating classes for it). http://laravel.com/docs/5.1/views#view-composers