Intro to Laravel Context with Practical Examples

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • Laravel Context can be used to share little bits of information throughout your app. In this video, we go over how to use Laravel Context and two practical use cases of Laravel Context.
    Follow me:
    X: / nick_escobedo
    LinkedIn: / nickescobedo
  • НаукаНаука

Комментарии • 2

  • @Tangent1al
    @Tangent1al 2 месяца назад

    Great video, being able to specify context for log files to track exceptions and usability across multiple interactions is a cool idea. I gotta dig into the docs more to understand if there’s any other benefits to using it over session cache storage, but still this video gave me a few ideas. Thanks Nick!

    • @esco_tech
      @esco_tech  2 месяца назад

      Thank you for the kind words! One of the biggest benefits IMO is context automatically being included for queued jobs and commands.