Komentáře •

  • @LaravelPHP
    @LaravelPHP Před 7 měsíci +47

    Laravel approved video 👏

  • @MrNichuya
    @MrNichuya Před 7 měsíci +13

    I know you love your current job, but you should be part of the Laravel core team ❤

  • @brandymedia
    @brandymedia Před 7 měsíci

    Awesome video and well explained Aaron. Can’t wait to build my own pulse cards and see what you do with Built for Pulse 👏

  • @nicolascanala9940
    @nicolascanala9940 Před 7 měsíci +1

    What an awesome tool provided for free by the Laravel team. Great stuff as always Aaron!

  • @ylynfatt
    @ylynfatt Před 7 měsíci +1

    Thanks for this walk through. Very informative. You've been crushing it with your videos.

  • @alexmaven
    @alexmaven Před 7 měsíci +1

    The pulse is strong with this one! 😂 Thank you Aaron. 🎉

  •  Před 7 měsíci

    Thanks Aaron! It's awesome! 🤓

  • @egillah
    @egillah Před 7 měsíci

    Love you stuff !

  • @bpdkuikel
    @bpdkuikel Před 7 měsíci

    Absolutely loved this one

  • @TravisNorthcutt
    @TravisNorthcutt Před 7 měsíci +1

    Great video. I really feel like you have your finger on the pulse of the Laravel world, Aaron.

  • @pilskalns
    @pilskalns Před 7 měsíci

    Thanks Aaron. I learned what the "yoink" means.

  • @HamadAbdulla_7
    @HamadAbdulla_7 Před 7 měsíci

    Great video

  • @adampatterson
    @adampatterson Před 6 měsíci

    I had no idea that PHP would execute shell commands when using backticks...

  • @zinatziaee5000
    @zinatziaee5000 Před 7 měsíci

  • @Voltra_
    @Voltra_ Před 7 měsíci

    I'm curious what a time series DB adapter like Influx would look like

  • @marceifransingh8087
    @marceifransingh8087 Před 21 dnem

    Hello, good afternoon, I have a question, how do I use the filter at the top right, which is the time filter on my card or custom component that acts as a pulse, because I couldn't find where they explain it, it would be of great help, in addition to This, do you know how to change the press logo that is at the top left, if I can limit roles or permissions to see certain cards and set a theme whether light or dark by default.
    Greetings from Argentina

  • @mushulmao8358
    @mushulmao8358 Před 7 měsíci

    Awesome video. For some reason I couldn't get the custom component to work. Is it possible to change the /pulse path ?

  • @razvancomsa2276
    @razvancomsa2276 Před měsícem

    Can someone explain how the clearing lottery works ? :D My production DB pulse table have tens of millions of rows already lol :D dries recommends to switch to redis but yea not sure how to make the clearing more aggressive. I just wish to understand how exactly this works what does 1, 2000 mean ??
    'trim' => [
    'lottery' => [1, 2_000],
    'keep' => '1 days',
    ],

  • @utsavsomaiya3366
    @utsavsomaiya3366 Před 7 měsíci

    My thought is
    1. Display todays quote at top center using artisan inspire.
    2. After all of the commands which is created by me not same as artisan.page but its different.
    3. Which first party packages are used in my application!
    4. Display schedule list.
    5. Okay.. if I added any listener in laravel command then its show me first. (e.g. CommandStarting::class.)
    6. Authenticated user name and role with profile photo is good but what about its connected models.
    And many more❤

  • @hugo-abdou
    @hugo-abdou Před 7 měsíci

    i love it but hopfully in the future wee can have a vuejs or reactjs version i'm thinking about making my own version of vuejs is it gowing to get your focuse

  • @LenartMlinar
    @LenartMlinar Před 7 měsíci

    9:41 This approach doesn't seem to work for me as I got an empty dd. I tried with dd($outdated->errorOutput()); and got the following: "The APPDATA or COMPOSER_HOME environment variable must be set for composer to run correctly". No clue how to proceed onwards.

  • @pau1phi11ips
    @pau1phi11ips Před měsícem +1

    Can't find your Pulse Overview video, has this been taken down?

  • @prashank
    @prashank Před 7 měsíci

    Pretty cool, Captain.
    PSA: php 8.3 added json_validate but it doesn’t throw.

  • @fideloper
    @fideloper Před 7 měsíci +1

    pulse = good

  • @eduardotavares76
    @eduardotavares76 Před 7 měsíci

    Laravel is life!
    Awesome video!
    Could you or anyone tell what terminal is this?😋

    • @eduardotavares76
      @eduardotavares76 Před 7 měsíci

      I found it. It is iTerm. With the Minimal appearance theme and Snazzy color theme. Thank you.

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci

      Haha you figured it out!

  • @tekki.dev.
    @tekki.dev. Před 7 měsíci

    What editor is that? if its php storm... can you go over what customizations have you applied to it ?

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci

      It is PHPStorm! I'll make a video on my setup for sure

  • @soniablanche5672
    @soniablanche5672 Před 7 měsíci

    4:56
    no support for windows :(

  • @brunocmesquita
    @brunocmesquita Před 7 měsíci

    May I ask what font do you use on your terminal?

    • @vivgui
      @vivgui Před 7 měsíci +1

      I want to know as well!

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci +1

      It's JetBrains Mono!

  • @andyhinkle
    @andyhinkle Před 7 měsíci

    haha "hang loose we have created the component!"

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci

      Got to go with the chill vibes 🤙🤙

  • @stonebubbleprivat
    @stonebubbleprivat Před 7 měsíci

    These pulses seem to be very inefficient, or am i wrong?
    Creating all those objects like the carbon time, giving them my class just to return most of the time. Even if my recorder runs every minute, 11 out of 12 times, the whole call stack was for nothing, and that for every registered recorder.
    I am really interested in the performance and memory and how laravel optimizes that under the hood.

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci +1

      It runs in a loop so all the recorder classes are instantiated once. The carbon classes are very cheap!

  • @royz_1
    @royz_1 Před 7 měsíci +1

    Have I ever programmed in php? No
    Will I ever program in php? No
    Then why did I watch this full video and didn't feel like a waste of time 😂😂

  • @joelkuijper
    @joelkuijper Před 7 měsíci

    Have you ever heard of cheese on toast?

  • @adampatterson
    @adampatterson Před 7 měsíci

    12:52 Um excuse me Sir, How are you using 31GB of memory on your laptop?

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci +1

      Lol probably PHPStorm and screenflow and a few running vite processes

    • @adampatterson
      @adampatterson Před 7 měsíci

      @@aarondfrancis Fair, PHP Storm is often using 4GB of memory :(
      Oddly, my M1 work laptop is ALWAYS nearly out of memory and my Intel has never once run out. Same apps same task, and my Intel laptop has way more Chrome tabs 🤣

  • @Rundik
    @Rundik Před 7 měsíci

    ever heard of prometheus+grafana?

    • @aarondfrancis
      @aarondfrancis Před 7 měsíci +3

      Isn't it crazy how there can be multiple good solutions to a problem

    • @TravisNorthcutt
      @TravisNorthcutt Před 7 měsíci

      I clicked on your channel but couldn’t find a video you’ve made about those tools. Are you planning on recording one showing people how to use those tools?