Code with Burt
Code with Burt
  • Видео 103
  • Просмотров 144 646
Here is Eloquent's Fluent helper in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
In this episode of the Quick Win Wednesday series, we're taking a look the Eloquent Fluent helper.
#tutorial #howto #laravel #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
Просмотров: 153

Видео

Working with Carbons Closest & Farthest in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Просмотров 11514 дней назад
In this episode of the Quick Win Wednesday series, we're playing around with 2 carbon functions to see which dates are closest of farthest from a given date. #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
How to use diffInDays with filters in Laravel | Tutorial | Quick Win Wednesday #QWW
Просмотров 14321 день назад
In this episode of the Quick Win Wednesday series, we're taking a look at diffInDaysFiltered(). #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
Push to the background in Laravel with Defer | How to | Tutorial | Quick Win Wednesday #QWW
Просмотров 3002 месяца назад
In this episode of the Quick Win Wednesday series, we're talking about pushing things to the background in Laravel. Instead of using Jobs and a Queue, we can now defer things. Available for us since Laravel 11.23. #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
This was Laracon US 2024
Просмотров 5473 месяца назад
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.
Working with multiple Route files in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Просмотров 2533 месяца назад
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
Просмотров 3445 месяцев назад
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
Просмотров 8415 месяцев назад
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,2 тыс.5 месяцев назад
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.
One command to create everything in Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Просмотров 2856 месяцев назад
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
Просмотров 2666 месяцев назад
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
Просмотров 12 тыс.8 месяцев назад
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?
Просмотров 8248 месяцев назад
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
Просмотров 1,2 тыс.9 месяцев назад
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
Просмотров 2,1 тыс.9 месяцев назад
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
Просмотров 1979 месяцев назад
Sit Down with Rissa Jackson
Laravel Livewire Volt. Functional API Components VS Class-based Components
Просмотров 7 тыс.9 месяцев назад
Laravel Livewire Volt. Functional API Components VS Class-based Components
Sit Down with James Brooks
Просмотров 19310 месяцев назад
Sit Down with James Brooks
Laravel Pulse in action
Просмотров 1,7 тыс.11 месяцев назад
Laravel Pulse in action
Optimisation with Offset and Limit. Part 2
Просмотров 1,1 тыс.Год назад
Optimisation with Offset and Limit. Part 2
Liwewire wire:confirm | How to | Tutorial | Quick Win Wednesday #QWW
Просмотров 293Год назад
Liwewire wire:confirm | How to | Tutorial | Quick Win Wednesday #QWW
Optimisation with Offset and Limit, for load more & infinite scrolling in Livewire 3
Просмотров 1,3 тыс.Год назад
Optimisation with Offset and Limit, for load more & infinite scrolling in Livewire 3
My very first Package: cash-converter
Просмотров 251Год назад
My very first Package: cash-converter
Infinite Scroll with Livewire 3 and Alpine.js
Просмотров 4,6 тыс.Год назад
Infinite Scroll with Livewire 3 and Alpine.js
Implementing Load More functionality with Livewire 3 in 2 minutes.
Просмотров 2,6 тыс.Год назад
Implementing Load More functionality with Livewire 3 in 2 minutes.
Building a Datatable with Livewire 3
Просмотров 21 тыс.Год назад
Building a Datatable with Livewire 3
Conditionally Dispatch Events in Oneliners | Laravel | How to | Tutorial | Quick Win Wednesday #QWW
Просмотров 286Год назад
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
Просмотров 295Год назад
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.
Просмотров 13 тыс.Год назад
Building a Native Desktop Application with NativePHP based on a Livewire 3 app.
Creating a Todo List with Laravel and Livewire 3
Просмотров 9 тыс.Год назад
Creating a Todo List with Laravel and Livewire 3

Комментарии

  • @fahnleindieselschweif5022
    @fahnleindieselschweif5022 7 дней назад

    This quick win feels like slow suffering without a photo of the dog!

  • @KuldeepSChauhan-u2j
    @KuldeepSChauhan-u2j 8 дней назад

    such a good information on carbon

  • @mabdullahsari
    @mabdullahsari 12 дней назад

    Carbon has so many useful tools. I had no clue these existed. Thanks!

  • @mikemwangi849
    @mikemwangi849 18 дней назад

    I love this

  • @afshanhanif8473
    @afshanhanif8473 28 дней назад

    Hi, it is given the following error in my console. can you please help? "Uncaught You must pass your app key when you instantiate Pusher."

  • @llBestBoyll
    @llBestBoyll Месяц назад

    Thx that was very informative 🔥

  • @latehlarry
    @latehlarry Месяц назад

    Thank, you so much. I didn't realize we could group route files in an array. Thank you so much. By the way I'm deaf so I just saw the video with no sound.

    • @CodewithBurt
      @CodewithBurt 20 дней назад

      Hi Man, thanks for watching. Did RUclips's automatic subtitles help you?

  • @SergioMeneses29
    @SergioMeneses29 Месяц назад

    I'would like to know if you have the same error: when I change the value of the perPage dropDownlist (for example from 10 rows to 20 rows) and then navigate through the paginator, The paginator return to 10 rows per page instead of allow me navigate between pages with 20 rows per page.

  • @SergioMeneses29
    @SergioMeneses29 Месяц назад

    Thanks for your video! Everythig ok until I've got an error. After clic on perpage (50 register per page) and then clic on any page of the paginator I've got "The GET method is not supported for route livewire/update. Supported methods: POST". I've alredy added WithPagination on my component but the error is still happening. Any advice how to solve it?

    • @SergioMeneses29
      @SergioMeneses29 Месяц назад

      I found the solutions with indicating the path, in my case: $providers->setPath(route('providers'));

  • @Le0thecat
    @Le0thecat Месяц назад

    Thanks for this video, very well made !

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

    I hope you're doing well. I recently installed my RUclips Custom Counter, but I noticed that the display shows an approximate number of followers (e.g., 290,000) instead of the exact number (290,932). Is there a way to modify the code to retrieve the exact number of followers and display it on the counter instead of the rounded number?

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

      Hi there! I have the same issue to be honest. But there is a reason... The Google API is responding with less precision as the number grows. For example when you have 3.138 subs, it will respond with 3.130, if hou have 10k+ if will give you a 100 subs precision, is you have 100k+ it will give you a 1k precision. It's kinda stupid I know...

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

      @@CodewithBurt Thanks for the reply mate!

  • @kimca
    @kimca 3 месяца назад

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

  • @AdrianBav
    @AdrianBav 3 месяца назад

    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 3 месяца назад

    Amazing my dessert brother 👏

  • @rissa_bubbles
    @rissa_bubbles 3 месяца назад

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

  • @mahmoud-bakheet
    @mahmoud-bakheet 3 месяца назад

    It's nice that you did this and told us about it. I enjoyed the video. I watched the event on RUclips, but this video added up the missing pieces from my RUclips viewing. I know all the people you mentioned, but unfortunately through RUclips, 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 3 месяца назад

      Those are kind words. Thank you!

  • @igapaja
    @igapaja 3 месяца назад

    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 3 месяца назад

      Have you tried php artisan optimize:clear ?

  • @eslammostafa1247
    @eslammostafa1247 3 месяца назад

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

  • @tuurswimberghe2610
    @tuurswimberghe2610 3 месяца назад

    nice microphone 😁

  • @devopssimon
    @devopssimon 4 месяца назад

    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 4 месяца назад

    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 4 месяца назад

      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 4 месяца назад

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

    • @CodewithBurt
      @CodewithBurt 4 месяца назад

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

  • @sagart00100
    @sagart00100 4 месяца назад

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

    • @CodewithBurt
      @CodewithBurt 4 месяца назад

      You can choose that yourself.

    • @sagart00100
      @sagart00100 4 месяца назад

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

  • @kruhlyk_ua
    @kruhlyk_ua 4 месяца назад

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

    • @CodewithBurt
      @CodewithBurt 4 месяца назад

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

  • @MortalKoaster
    @MortalKoaster 5 месяцев назад

    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 5 месяцев назад

    which one TO choose, PHP or LARAVEL???

    • @CodewithBurt
      @CodewithBurt 4 месяца назад

      Laravel is PHP in the end right.

    • @amanverma8300
      @amanverma8300 4 месяца назад

      @@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 4 месяца назад

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

  • @PaulinhoAprimo
    @PaulinhoAprimo 5 месяцев назад

    very useful tks

  • @HappyToDev
    @HappyToDev 5 месяцев назад

    Thank you for this cool demo Burt !

  • @hoangphuong98
    @hoangphuong98 5 месяцев назад

    done. Thank you 🙏

  • @eslammostafa1247
    @eslammostafa1247 5 месяцев назад

    This method is new for me. Thank you :)

  • @miguelmenchuxoyon4191
    @miguelmenchuxoyon4191 5 месяцев назад

    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 5 месяцев назад

    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 5 месяцев назад

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

  • @ilahazs
    @ilahazs 5 месяцев назад

    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 5 месяцев назад

      Yes, I use it in production for small things.

  • @riddlerealm_0
    @riddlerealm_0 5 месяцев назад

    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 5 месяцев назад

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

  • @bravehotsauce
    @bravehotsauce 6 месяцев назад

    👍

  • @bravehotsauce
    @bravehotsauce 6 месяцев назад

    thanks!

  • @darck5240
    @darck5240 6 месяцев назад

    saving time no wss

  • @h1ssg
    @h1ssg 6 месяцев назад

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

    • @CodewithBurt
      @CodewithBurt 6 месяцев назад

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

  • @masroorehsan4038
    @masroorehsan4038 6 месяцев назад

    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 6 месяцев назад

      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 6 месяцев назад

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

    • @CodewithBurt
      @CodewithBurt 6 месяцев назад

      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 6 месяцев назад

    Thanks

  • @Ferenc-Racz
    @Ferenc-Racz 6 месяцев назад

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

  • @wildanimalslover-u2s
    @wildanimalslover-u2s 6 месяцев назад

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

    • @CodewithBurt
      @CodewithBurt 6 месяцев назад

      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 6 месяцев назад

    It has been while...welcome back Burt

  • @innocentjosiahpatrick8635
    @innocentjosiahpatrick8635 6 месяцев назад

    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 6 месяцев назад

    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 6 месяцев назад

    Please share the compiled file 😁

    • @CodewithBurt
      @CodewithBurt 6 месяцев назад

      It will be outdated by now.

  • @coulibalyali3151
    @coulibalyali3151 6 месяцев назад

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