Code with Burt
Code with Burt
  • 100
  • 131 603
This was Laracon US 2024
A recap video about our trip to Dallas Texas for Laracon US 2024.
Featuring the trip, the apartment, the view, the bars, the restaurants, the venue, and its speakers.
Переглядів: 461

Відео

Working with multiple Route files in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 19121 день тому
In this episode of the Quick Win Wednesday series, we're taking a look at how you can use multiple route files in a elegant way. Available for us since Laravel 11.8. #tutorial #howto #php #code #development My Gear: - Canon EOS 2000d - amzn.to/3UkDCl2 - Rode NT-USB Condenser Microphone - amzn.to/3UeTTI5 - Aputure Mini light - amzn.to/3UB9CRm
Write cleaner code with Named Arguments in PHP | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 3242 місяці тому
In this episode of the Quick Win Wednesday series, we'll learn about Named Arguments, which has been available for us since PHP 8. Using Named Arguments doesn't only make your code more readable, it also helps in the definition of argument order and it allows us to skip arguments that have a pre-defined value. #tutorial #howto #php #code #development My Gear: - Canon EOS 2000d - amzn.to/3UkDCl2...
Using whereAny() for cleaner queries in Eloquent | Laravel | Tutorial | Quick Win Wednesday #QWW
Переглядів 8052 місяці тому
In this episode of the Quick Win Wednesday series, we're taking a look at whereAny(), which was released with Laravel 10.47. A very elegant way of grabbing data based on a conditional "any of the following columns". #tutorial #howto #laravel #php #code #development #eloquent My Gear: - Canon EOS 2000d - amzn.to/3UkDCl2 - Rode NT-USB Condenser Microphone - amzn.to/3UeTTI5 - Aputure Mini light - ...
Become a debugging wizard with RAY
Переглядів 1,1 тис.2 місяці тому
In this video we're learning how to use Ray to debug your projects. Weither your working with Laravel, PHP, Javascript or some other programming language, Ray is there for you. Debugging your project was made easy by the guys over at Spatie. They designed and developed a debugging tool for us, called Ray. Available at myray.app #debugging #webdevelopment Note: this video is NOT sponsored.
BLOOPERS Part One
Переглядів 2142 місяці тому
Bert just messing up while recording
One command to create everything in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 2753 місяці тому
In this episode of the Quick Win Wednesday series, we'll create everything you need in just one simple command. Instead of running multiple commands to create models, policies, controllers, custom requests, migration, and factories, we can simply chain "-a" onto our Artisan command. #tutorial #howto #laravel #php #code #development My Gear: - Canon EOS 2000d - amzn.to/3UkDCl2 - Rode NT-USB Cond...
Saving data without triggering events in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 2393 місяці тому
In this episode of the Quick Win Wednesday series, we're taking a look at how we can save data without triggering model events. Using SaveQuietly, w're able to update or create record in our database without triggering any events. #tutorial #howto #laravel #php #code #development My Gear: - Canon EOS 2000d - amzn.to/3UkDCl2 - Rode NT-USB Condenser Microphone - amzn.to/3UeTTI5 - Aputure Mini lig...
Laravel Reverb : Getting started
Переглядів 10 тис.5 місяців тому
Laravel Reverb is a first-party WebSocket server for Laravel applications. In this video we're getting started with Reverb, we're building a very simple chat app which allows 2 users to communicate in real-time using a websocket server, Reverb in this case. No need for additional Javascript to make this magic work. We're using Breeze and Livewire to ease out this tutorial. #laravel #livewire #r...
Laravel 11, What is new?
Переглядів 7875 місяців тому
A new version of Laravel was released, version 11. In this video we're taking a look at a few of the changes and what's new to the framework.
Impersonating users made easy in Laravel - Package In Review: 404labfr/laravel-impersonate
Переглядів 9316 місяців тому
In this episode we're reviewing, installing and testing 404labfr/laravel-impersonate. A package that allows you to impersonate users in your application. Using an impersonation Trait. We're also able to restrict who's able to impersonate and protect specific routes so those aren't available for the impersonator.
Playing with OpenAI and Laravel - Package In Review: openai-php/laravel
Переглядів 1,6 тис.6 місяців тому
In this episode we're reviewing, installing and testing open-php/laravel. A php client package for the Open AI API, created by Nuno Maduro.
Sit Down with Rissa Jackson
Переглядів 1856 місяців тому
In this episode, I'm sitting down with Rissa Jackson. She transitioned from English/Chinese to software development and fell in love with Laravel. You can follow Rissa here: Her Website : rissajackson.github.io Her Twitter : rissa_bubbles Her Instagram : duo_rnr #laravel #developer #publicspeaker
Laravel Livewire Volt. Functional API Components VS Class-based Components
Переглядів 4,9 тис.7 місяців тому
In this video, we're transforming a Livewire Component into a Volt Component. There are 2 options for this, that is a Functional API Component or a Class-based Component. We'll be creating both and comparing them. #laravel #livewire #volt #component
Sit Down with James Brooks
Переглядів 1907 місяців тому
In this episode, I'm sitting down with James Brooks. He's a core member at Laravel. You can follow James here: His Website: james.brooks.page His Twitter: jbrooksuk His GitHub: github.com/jbrooksuk #laravel #developer #opensource
Laravel Pulse in action
Переглядів 1,6 тис.8 місяців тому
Laravel Pulse in action
Optimisation with Offset and Limit. Part 2
Переглядів 9749 місяців тому
Optimisation with Offset and Limit. Part 2
Liwewire wire:confirm | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 2749 місяців тому
Liwewire wire:confirm | How to | Tutorial | Quick Win Wednesday #QWW
Optimisation with Offset and Limit, for load more & infinite scrolling in Livewire 3
Переглядів 1,2 тис.9 місяців тому
Optimisation with Offset and Limit, for load more & infinite scrolling in Livewire 3
My very first Package: cash-converter
Переглядів 24710 місяців тому
My very first Package: cash-converter
Infinite Scroll with Livewire 3 and Alpine.js
Переглядів 4,1 тис.10 місяців тому
Infinite Scroll with Livewire 3 and Alpine.js
Implementing Load More functionality with Livewire 3 in 2 minutes.
Переглядів 2,3 тис.10 місяців тому
Implementing Load More functionality with Livewire 3 in 2 minutes.
Building a Datatable with Livewire 3
Переглядів 18 тис.10 місяців тому
Building a Datatable with Livewire 3
Conditionally Dispatch Events in Oneliners | Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 269Рік тому
Conditionally Dispatch Events in Oneliners | Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Playing with Model Attribute Visibility | Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Переглядів 286Рік тому
Playing with Model Attribute Visibility | Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Building a Native Desktop Application with NativePHP based on a Livewire 3 app.
Переглядів 12 тис.Рік тому
Building a Native Desktop Application with NativePHP based on a Livewire 3 app.
Creating a Todo List with Laravel and Livewire 3
Переглядів 8 тис.Рік тому
Creating a Todo List with Laravel and Livewire 3
Installing & Creating your first Component in Livewire 3 in only 4 minutes
Переглядів 1,8 тис.Рік тому
Installing & Creating your first Component in Livewire 3 in only 4 minutes
9 Collection Methods to Master Eloquent
Переглядів 1,4 тис.Рік тому
9 Collection Methods to Master Eloquent
How to handle Model Attribute Changes like a Pro. | Laravel | Tutorial | Quick Win Wednesday #QWW
Переглядів 270Рік тому
How to handle Model Attribute Changes like a Pro. | Laravel | Tutorial | Quick Win Wednesday #QWW

КОМЕНТАРІ

  • @kimca
    @kimca 2 дні тому

    Great video! Straight to the point and super useful, thx!

  • @AdrianBav
    @AdrianBav 5 днів тому

    Hi Burt. After finding this video I've just put 2 and 2 together and realized that I saw you at Laracon when I came over to speak to Freek. I would have said hi, if i'd have realized it was you. Your report captured the event really well. Great work. And amazing hotel room!

  • @ruslansteiger
    @ruslansteiger 8 днів тому

    Amazing my dessert brother 👏

  • @rissa_bubbles
    @rissa_bubbles 9 днів тому

    Amazing summary of LaraconUS! So good to see you again ❤

  • @mahmoud-bakheet
    @mahmoud-bakheet 9 днів тому

    It's nice that you did this and told us about it. I enjoyed the video. I watched the event on UA-cam, but this video added up the missing pieces from my UA-cam viewing. I know all the people you mentioned, but unfortunately through UA-cam, as I know you. However, it's nice to know people around the world because you're a developer like them. It's a community that energizes you and makes you feel like you belong. I will always be grateful to those who spread that spirit.

    • @CodewithBurt
      @CodewithBurt 8 днів тому

      Those are kind words. Thank you!

  • @igapaja
    @igapaja 16 днів тому

    wow, it's like magic! thank you. anyway i have a question, i already use WithPagination, but sometime still got "The GET method is not supported for route livewire/update. Supported methods: POST." error, i need your help, thanks

    • @CodewithBurt
      @CodewithBurt 6 годин тому

      Have you tried php artisan optimize:clear ?

  • @eslammostafa1247
    @eslammostafa1247 21 день тому

    Great tip, Since I use multi-route files, I will begin to use them Thank you

  • @tuurswimberghe2610
    @tuurswimberghe2610 21 день тому

    nice microphone 😁

  • @devopssimon
    @devopssimon Місяць тому

    Brilliant video, Thank you. I used to use PHP many years ago before moving to JS, but looking at how the PHP ecosystem has progressed, I am keen to get back and get productive again.

  • @DavidMeddowsTaylor
    @DavidMeddowsTaylor Місяць тому

    Your algorithm for checking letters is wrong. If the word is TESLA and you guess HELLO both L's will be marked as yellow, but there is only one L in TESLA. The first L in HELLO should be yellow and the second should be grey. If the answer were LEVEL then both L's in HELLO would be yellow.

    • @CodewithBurt
      @CodewithBurt Місяць тому

      Well it's not that important, the goal of the video is more about creating the game. If someone would like to have an extra check in the algorithm, it's possible to extend it.

  • @muhammadalifdanielbinmohdh3188
    @muhammadalifdanielbinmohdh3188 Місяць тому

    Hey can you make an crud tutorial for laravel tall stack with volt class?

    • @CodewithBurt
      @CodewithBurt Місяць тому

      It's on my list, but I need to find some extra time. Thanks for watching!

  • @sagart00100
    @sagart00100 Місяць тому

    where do i get the reverb keys from ? to put in my laravel .env

    • @CodewithBurt
      @CodewithBurt Місяць тому

      You can choose that yourself.

    • @sagart00100
      @sagart00100 Місяць тому

      @@CodewithBurt i could not find the section where we can get the keys in reverb website

  • @oleksii_letscode
    @oleksii_letscode Місяць тому

    Sorry man, but your code style is... please use PSR and data types in your code! Anyway thanks for video.

    • @CodewithBurt
      @CodewithBurt Місяць тому

      I know. Still messing up writing a lot while talking. But thanks for watching tho. 😁

  • @MortalKoaster
    @MortalKoaster 2 місяці тому

    Yeaaaah, until they bring out a plug and play version like their FB and Insta versions…I’ll be keeping hold of my money. Far too complicated.

  • @amanverma8300
    @amanverma8300 2 місяці тому

    which one TO choose, PHP or LARAVEL???

    • @CodewithBurt
      @CodewithBurt Місяць тому

      Laravel is PHP in the end right.

    • @amanverma8300
      @amanverma8300 Місяць тому

      @@CodewithBurt i am a javascript developer. I have no knowledge on php . Can I choose laravel direct to learn for job and freelancing? Please suggest me

    • @numb6455
      @numb6455 Місяць тому

      nah bro learn php and oop php first​@@amanverma8300

  • @PaulinhoAprimo
    @PaulinhoAprimo 2 місяці тому

    very useful tks

  • @HappyToDev
    @HappyToDev 2 місяці тому

    Thank you for this cool demo Burt !

  • @hoangphuong98
    @hoangphuong98 2 місяці тому

    done. Thank you 🙏

  • @eslammostafa1247
    @eslammostafa1247 2 місяці тому

    This method is new for me. Thank you :)

  • @miguelmenchuxoyon4191
    @miguelmenchuxoyon4191 2 місяці тому

    In Livewire 3 and Laravel 11, you must to add the WithPagination trait and publish Livewire's pagination views to render page navigation links

  • @Jack-sp3ic
    @Jack-sp3ic 2 місяці тому

    No offense here, just curious. I'm using both Ray and Xdebug but I always wonder if there is a significant advantage of Ray over Xdebug? When use Xdebug I don't have to remove left over ray calls in code (the clear ray CLI command doesn't detect empty ray()->...statements). At this time I'm mostly using ray to display multiple variable at once or quick simple debug.

    • @CodewithBurt
      @CodewithBurt 2 місяці тому

      It's a personal preference I guess. I'm not that big of a Xdebug user.

  • @ilahazs
    @ilahazs 2 місяці тому

    Is it safe? I want to rebuild my livewire blog app. But my concern they merge client and server thing in one file.

    • @CodewithBurt
      @CodewithBurt 2 місяці тому

      Yes, I use it in production for small things.

  • @riddlerealm_0
    @riddlerealm_0 2 місяці тому

    Can reverb be implemented using Laravel as an API and ReactJS (Ionic) as the front end? I attempted it, but encountered an error: 'runtime.ts:115 WebSocket connection to 'ws://localhost:8080/app/***********?protocol=7&client=js&version=8.4.0-rc2&flash=false' failed:'

  • @PrimeDime99
    @PrimeDime99 2 місяці тому

    Using Ray for a while now, learned many new things through your video. Thanks 🙂

  • @JamieCodesCEO
    @JamieCodesCEO 2 місяці тому

    I am so glad to have seen this, this is literally me when I screw up talking into a camera and my mind just goes blank, but I guess I need more practice :D

    • @CodewithBurt
      @CodewithBurt 2 місяці тому

      Haha. Yes mate, I could publish hours and hours of bloopers. It gets easier with practice for sure.

  • @bravehotsauce
    @bravehotsauce 3 місяці тому

    👍

  • @bravehotsauce
    @bravehotsauce 3 місяці тому

    thanks!

  • @darck5240
    @darck5240 3 місяці тому

    saving time no wss

  • @h1ssg
    @h1ssg 3 місяці тому

    Is it possible to Json your youtube earnings to the counter?

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      I don't think that is included in the Google API. You should check to be sure.

  • @masroorehsan4038
    @masroorehsan4038 3 місяці тому

    Hi Burt! Yet another great video and crystal clear explanation to go with it! Thanks for this tutorial. I've got enough to get my feet wet with Reverb! One small nitpick, you make an insanely huge amount of typos during live coding. Is it because of your physical keyboard or the editor setup? I think roughly 15% of (most if not all of) your video timeline is spent on detecting and fixing typos, which may be prevented (by switching tools perhaps?) VSCode for PHP development is quite lenient (react/vue support is far better IMHO). I'd suggest you switch to phpstorm to catch these pesky little syntax errors early. Nevertheless, great work, mate!

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      Hey man, Thanks! I know about the huge amount of typo's, normally I don't have that issue, only when I record. But in combination with explaining (talking) and keeping in mind what to do next, I have this issue indeed. Sorry for that :-) Also I was already looking at phpstorm, but haven't decided yet.

  • @marklouis7222
    @marklouis7222 3 місяці тому

    wire:model doesn't work in my project. How to fix? it doesn't get the value of the perPage.

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      Be sure to check if you installed Livewire correctly, maybe you have 2 instances of Alpine included, or some other javascript error. Try checking your console output.

  • @syaifukiara
    @syaifukiara 3 місяці тому

    Thanks

  • @Ferenc-Racz
    @Ferenc-Racz 3 місяці тому

    ok, I liked / subscribed because of this video. Enough short / informative.. with one word: Useful! Thank you for it.

  • @themktv6476
    @themktv6476 3 місяці тому

    welcome back Burt!! anyway I'd appreciate if you make a video tutorial on handling a subscription form blog

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      I think you should watch my course. :-) with that you'll have all the tools to create this (not specifically explained in that way, but you'll be able to glue it together)

  • @yaqub1988
    @yaqub1988 3 місяці тому

    It has been while...welcome back Burt

  • @innocentjosiahpatrick8635
    @innocentjosiahpatrick8635 3 місяці тому

    perfect tutorial, i got lost on updating the UI on real time when the message event is triggered.. other than that i enjoyed this.

  • @FeelbadSoussiWolfgunDZ
    @FeelbadSoussiWolfgunDZ 3 місяці тому

    I think livewire volt ⚡ especially class based component, os useful for simple actions like viewing a small portion of data or something, but for complex stuff, livewire components are way much better for doing it, to reduce complexity reading for the code and easy maintenance ⛑

  • @boromeyhan5333
    @boromeyhan5333 3 місяці тому

    Please share the compiled file 😁

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      It will be outdated by now.

  • @coulibalyali3151
    @coulibalyali3151 3 місяці тому

    thanks, everything works great, but I need to refresh the browser in order to see the new messages. Where you call the methode : ListenForMessage()

  • @acoshta5753
    @acoshta5753 3 місяці тому

    Where to find the code?

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      This project has no repo. But when you follow along with the video you should be able to create it.

  • @ultrasys
    @ultrasys 3 місяці тому

    Nice effort to help, but IMO, you could improve your comm skills if you don't waste so much time going back and forth seeking for missing semi colons, wrongly placed elements etc. I know, I know, I don't publish videos and it seems so easy to be a critic, but please notice my intention here: signal where you can improve so you can grow your channel. I suggest you get a look at how Tiny Technical Tutorial, Code With Susan, and Coder Coder channels do. They probably rehearse before recording...

  • @gustavodemoraes057
    @gustavodemoraes057 4 місяці тому

    Thanks for tutorial 😊

  • @Iam_sami_8080
    @Iam_sami_8080 4 місяці тому

    Waaw thanks for sharing.

  • @youssefbakkali8673
    @youssefbakkali8673 4 місяці тому

    in me project volt lazy load not working

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      Maybe you have an js issue somewhere preventing it. You should check the documentation for this issue I guess.

  • @neliobila
    @neliobila 4 місяці тому

    Great tutorial, can you please provide a repo link?

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      Don't have a repo at the ready for this one.

  • @ndeblauw
    @ndeblauw 4 місяці тому

    Great video. Long enough to be clear. Short enough not to get lost in too much detail. Perfect introduction for people new to Reverb. Thanks mate!

  • @rainfog_mzb
    @rainfog_mzb 4 місяці тому

    Thanks for the information. Your implementation in Reverb is simple for me, so I think I can understand. And then, your information encourage me to try Reverb :)

  • @syedanwar1872
    @syedanwar1872 4 місяці тому

    But what if there is no record it will break we must write clean code but we should also use defensive approach

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      Correct, but that's not the intention of this short

  • @VlogByBiswas
    @VlogByBiswas 4 місяці тому

    It's built on ratchet. Kind a cool ❤

  • @akramhesham
    @akramhesham 4 місяці тому

    thanks for this useful content but if there is a repo , i will be very grateful

    • @CodewithBurt
      @CodewithBurt 3 місяці тому

      Don't have a repo of this one, sorry.