News


01/09/2025 - 02:00

Version 1.2 of Yii Request Provider package is released.

  • Add RequestHeaderProvider class that provides convenient access to request headers.
  • Add RequestCookieProvider instead of RequestCookies, which is marked as deprecated.
  • Get request from provider into RequestCookies every time get() and has() methods are called.




01/09/2025 - 02:00

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.





01/08/2025 - 16:19

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.





01/08/2025 - 15:08

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.