This week, the Laravel team released v11.35, which includes URI parsing and mutation, the ability to disable HTTP client exception response truncation, transforming an HTTP response to a Fluent instance, and more.
Session security is crucial for protecting user data. Laravel provides robust session management tools, including session ID regeneration capabilities. Let's examine how to implement this security feature effectively.
Blade Fragments enable partial page updates by returning specific template sections, ideal for use with htmx or Turbo frameworks.