Version 1.2 of Yii Request Provider package is released.
RequestHeaderProvider
class that provides convenient access to request headers.RequestCookieProvider
instead of RequestCookies
, which is marked as deprecated.RequestCookies
every time get()
and has()
methods are called.Laravel Live Denmark is back! The conference is a two-day Laravel conference held in Copenhagen, Denmark on the 21 - 22. August 2025.
Join us and 300 other Laravel and PHP enthusiasts from around the world got for two days of learning, 16 speakers and more within the Laravel community.
Laravel's AsStringable cast transforms model attributes into Stringable objects, providing fluent access to Laravel's powerful string manipulation methods directly from your model attributes.
Laravel's View::share method provides a straightforward way to make data available across all views in your application, perfect for handling global settings, user preferences, or common UI elements.