- Видео 103
- Просмотров 144 646
Code with Burt
Бельгия
Добавлен 2 янв 2020
We create content to help our fellow Developers around the globe.
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
#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.
Laravel Livewire Volt. Functional API Components VS Class-based Components
Просмотров 7 тыс.9 месяцев назад
Laravel Livewire Volt. Functional API Components VS Class-based Components
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
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.
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
This quick win feels like slow suffering without a photo of the dog!
such a good information on carbon
Carbon has so many useful tools. I had no clue these existed. Thanks!
I love this
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."
Thx that was very informative 🔥
Glad you enjoyed!
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.
Hi Man, thanks for watching. Did RUclips's automatic subtitles help you?
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.
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?
I found the solutions with indicating the path, in my case: $providers->setPath(route('providers'));
Thanks for this video, very well made !
Glad you liked it!
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?
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...
@@CodewithBurt Thanks for the reply mate!
Great video! Straight to the point and super useful, thx!
Thanks for watching!
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!
Thanks man!
Amazing my dessert brother 👏
Thanks!
Amazing summary of LaraconUS! So good to see you again ❤
Thanks! See you soon!
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.
Those are kind words. Thank you!
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
Have you tried php artisan optimize:clear ?
Great tip, Since I use multi-route files, I will begin to use them Thank you
You are welcome!
nice microphone 😁
Had to be creative. 😁
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.
Glad it was helpful!
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.
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.
Hey can you make an crud tutorial for laravel tall stack with volt class?
It's on my list, but I need to find some extra time. Thanks for watching!
where do i get the reverb keys from ? to put in my laravel .env
You can choose that yourself.
@@CodewithBurt i could not find the section where we can get the keys in reverb website
Sorry man, but your code style is... please use PSR and data types in your code! Anyway thanks for video.
I know. Still messing up writing a lot while talking. But thanks for watching tho. 😁
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.
which one TO choose, PHP or LARAVEL???
Laravel is PHP in the end right.
@@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
nah bro learn php and oop php first@@amanverma8300
very useful tks
Thanks for watching!
Thank you for this cool demo Burt !
My pleasure!
done. Thank you 🙏
This method is new for me. Thank you :)
You're welcome 😊
In Livewire 3 and Laravel 11, you must to add the WithPagination trait and publish Livewire's pagination views to render page navigation links
Correct!
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.
It's a personal preference I guess. I'm not that big of a Xdebug user.
Is it safe? I want to rebuild my livewire blog app. But my concern they merge client and server thing in one file.
Yes, I use it in production for small things.
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:'
Using Ray for a while now, learned many new things through your video. Thanks 🙂
Great to hear!
👍
thanks!
No problem!
saving time no wss
Is it possible to Json your youtube earnings to the counter?
I don't think that is included in the Google API. You should check to be sure.
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!
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.
wire:model doesn't work in my project. How to fix? it doesn't get the value of the perPage.
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.
Thanks
Thanks for watching!
ok, I liked / subscribed because of this video. Enough short / informative.. with one word: Useful! Thank you for it.
Awesome, thank you!
welcome back Burt!! anyway I'd appreciate if you make a video tutorial on handling a subscription form blog
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)
It has been while...welcome back Burt
Yes!
perfect tutorial, i got lost on updating the UI on real time when the message event is triggered.. other than that i enjoyed this.
You're welcome!
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 ⛑
Please share the compiled file 😁
It will be outdated by now.
thanks, everything works great, but I need to refresh the browser in order to see the new messages. Where you call the methode : ListenForMessage()