Getting Started with Laravel Pulse 💗

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • 🥳 Say hello to the newest member of the Laravel family: Laravel Pulse.
    Laravel Pulse is a high-level monitoring tailored explicitly for all Laravel applications. It's a first-party Laravel package, free for everyone to use.
    In this video, we will show you how to start with Pulse. We will install it, take a look at configurations, tweak them, and more.
    ➡️ Website: pulse.laravel.com/
    ➡️ Docs: laravel.com/docs/10.x/pulse
    00:00 Welcome 👋
    00:14 Installation
    01:19 First Look at Pulse
    02:50 Seed Some Data
    03:21 Card: Application Usage
    04:19 Card: Queues
    04:40 Card: Cache
    05:35 Card: Slow Queries
    06:35 Card: Exceptions
    07:03 Card: Slow Requests
    07:45 Card: Slow Jobs
    08:02 Card: Slow Outgoing Requests
    08:31 Card: Server
    10:00 Authorization
    10:40 Customize Dashboard
    12:25 Grouping Cache Entries
    15:54 Treshhold for Slow Queries
    16:57 Grouping Slow Outgoing Requests
    18:50 Bye 👋
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 17

  • @swancompany_inc
    @swancompany_inc 7 หลายเดือนก่อน +5

    Really enjoying the consistent videos coming from the laravel channel. Thanks Christoph! -Mike

  • @gotoslovakia
    @gotoslovakia 7 หลายเดือนก่อน +4

    This is an excellent example of distorted perception of the light theme. Right after your mention of sunglasses, you switched to an application window with a light theme - and that's the main issue and the reason for using a light theme. The abrupt change in screen brightness is very harmful to the eyes. In other words, if everything is consistently dark, it might be less harmful, but when you switch between different windows and a light theme replaces a dark one, it's similar to the effect of being in a dark room, and someone suddenly turns on the light - not very pleasant and not very beneficial for the eyes.
    P.S. Thank you for this great video content ;)

  • @PacificDev
    @PacificDev 7 หลายเดือนก่อน

    Great video! Well done and nice setup 🎉thanks

  • @aymanmalhattami
    @aymanmalhattami 7 หลายเดือนก่อน

    Amazing 🤩

  • @birsingh5388
    @birsingh5388 7 หลายเดือนก่อน +2

    Please make a video on Laravel Reverb, we know it's new, but one quick overview will be amazing 🤩

  • @vsakthivel85
    @vsakthivel85 7 หลายเดือนก่อน +7

    How can I use if laravel app act as backend API and front end will be react js?

    • @drugoviic
      @drugoviic หลายเดือนก่อน

      pulse is listening for requests and events in the server, that means it will record data for the apis and the laravel part of your application only

  • @shabastech
    @shabastech 7 หลายเดือนก่อน

    laravel is going wild ❤

  • @mrx89vienna
    @mrx89vienna 7 หลายเดือนก่อน

    cool :)

  • @JohnnyBigodes
    @JohnnyBigodes 7 หลายเดือนก่อน +2

    It would be awesome if pulse was a standalone application and already existing applications could report, to that standalone pulse server.

  • @joaovictorsarzi8501
    @joaovictorsarzi8501 6 หลายเดือนก่อน

    Great Video. Can i use Pulse with laravel-doctrine?
    And this is one of my doubts at moment, if i can use both Doctrine to manage migrations and Entity controls, but also use Eloquent when i need.

  • @user-ft3ow5mz1z
    @user-ft3ow5mz1z 5 หลายเดือนก่อน

    Is there any way to send an email whenever an exception is logged into Pulse? Or a way to see the exception message? With those two features, this could replace Bugsnag for us.

  • @user-er3vm5sv8n
    @user-er3vm5sv8n 5 หลายเดือนก่อน

    How to use laravel pulse in graphql with show slow request name not /graphql?

  • @discoverlance
    @discoverlance 5 หลายเดือนก่อน

    How does tools like this and Laravel telescope affect your application performance? I assume that it's saving the data to the database whilst users are making requests so how does that affect my application performance, will I have to accommodate a certain latency that is used by pulse to log or store the request or Laravel data?

    • @LaravelPHP
      @LaravelPHP  5 หลายเดือนก่อน +1

      Telescope does that and is not recommended for production. Pulse is made for production. The data is being sent to the database AFTER the user got a response. But you can even use Redis to postpone the data collection for really heavy applications. Hope that helps.

  • @localLyricsPh
    @localLyricsPh 7 หลายเดือนก่อน

    I hope laravel would also do tutorial on how to handle forgot password. or maybe there is already a video i just missed it. anyone?

    • @daviddprtma
      @daviddprtma 7 หลายเดือนก่อน +2

      you can find it in their docs