Tags: hyperloop203term/support
Tags
[9.x] Use Macroable in Session facade (#45310) * Use Macroable in Session Store I found myself wanting to add a macro to encapsulate a session getter I was using in a few different places but noticed the Session facade is not using the Macroable trait like other facades do. Do you see any issues with just importing the Macroable trait directly in the Session class? * update docblock for Session facade
[9.x] Add `Route::singleton()` method (#44872) * Add `Route::singleton()` method * Remove singleton methods that don't work in this context * Add route singleton methods to facade docblock * Formatting * add stubs * publish stubs * add creatable method * add file * update stubs * add creatable flag Co-authored-by: Taylor Otwell <taylor@laravel.com>
[9.x] Add `Route::singleton()` method (#44872) * Add `Route::singleton()` method * Remove singleton methods that don't work in this context * Add route singleton methods to facade docblock * Formatting * add stubs * publish stubs * add creatable method * add file * update stubs * add creatable flag Co-authored-by: Taylor Otwell <taylor@laravel.com>
[9.x] Add `Route::singleton()` method (#44872) * Add `Route::singleton()` method * Remove singleton methods that don't work in this context * Add route singleton methods to facade docblock * Formatting * add stubs * publish stubs * add creatable method * add file * update stubs * add creatable flag Co-authored-by: Taylor Otwell <taylor@laravel.com>
PreviousNext