Closed crynobone closed 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.
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
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
Bump minimum requirement to PHP 5.6.0.Components
Extension
composer.lock
. orchestral/extension#56Orchestra\Extension\Plugin
.Facile
Accept
header (via content-negotiation). orchestral/facile#10Foundation
orchestra/resources
. orchestral/foundation#187it
language files. orchestral/foundation@99aa686Orchestra\Foundation\AdminMenuHandler
. orchestral/foundation#191Imagine
Kernel
Support
Orchestra\Support\Expression
should implementsIlluminate\Contracts\Support\Htmlable
. orchestral/support#39Testbench