Тёмный

Laravel's secret weapon: macros (watch me code) 

Aaron Francis
Подписаться 39 тыс.
Просмотров 18 тыс.
50% 1

Customizing Laravel to do exactly what I want, thanks to macros and the container.
Want to support the channel? Please get in touch! aaronfrancis.com/sponsorships

Кино

Опубликовано:

 

2 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 146   
@PunterMcGavin
@PunterMcGavin Месяц назад
That macro/constructor stuff is absolutely disgusting. I love it.
@aarondfrancis
@aarondfrancis Месяц назад
🫡 at your service
@DivDax
@DivDax Месяц назад
Please more content like this. So much hidden gems we all can learn from. Keep it up!
@DevduttaBain
@DevduttaBain Месяц назад
"My site, My video" 😆🤣😆🤣
@yanuar1420
@yanuar1420 Месяц назад
hey man, you radiate a positive energy that make me more enthusiastic to code. Your attitude, confidence, enthusiasm, curiousity, adventurous and that "My site, my video" sass is contagious! Thank you for sharing that Please keep creating videos. You rocks!
@aarondfrancis
@aarondfrancis Месяц назад
Thank you so much! I want to be a positive force, so that's encouraging
@LeonardoRuizOberle
@LeonardoRuizOberle 3 дня назад
I love it in Laravel. We extend a bunch of main Laravel code to cover our requirements. Awesome.
@neverything
@neverything Месяц назад
This was fun, more of this please. Thank you Aaron!
@Leonhart_93
@Leonhart_93 Месяц назад
YES, reading Laravel's source files is a game changer. Not only you understand better what is the thing doing exactly, but you can find a lot of other useful functions and snippets in the process. And also I have been using DB query builder macros to add new functions to it, like one that automatically selects columns with an alias name, based on a map array loaded at the macro's definition, that maps column names.
@aarondfrancis
@aarondfrancis Месяц назад
I love to macro the query builder! Super powerful
@StefanMalic
@StefanMalic 14 дней назад
Ay Ay Ron (sorry, intrusive thoughts won), this is the first time I'm seeing someone actually go beyond the basics in Laravel and talk about approaching Laravel not from a purely consumeristic perspective, but rather from an engineering perspective.
@aarondfrancis
@aarondfrancis 14 дней назад
Haha it's ok, not the first time someone has called me that. And probably not the last!
@DesolatorM
@DesolatorM Месяц назад
I love the vibe of: let's do this no because a book say it's right, but because it sound interesting/fun, great video.
@Tuto1902
@Tuto1902 Месяц назад
I think I might need to watch this video a couple more times at 0.5 speed to fully grasp what I just saw. It's looks easy but magical at the same time.
@sifrious
@sifrious Месяц назад
Love the format, definite pairing vibes or the most useful parts of a stream. Hope there's more like this
@waleedmasoom6326
@waleedmasoom6326 Месяц назад
That starting snap and pop of the hands, asmr vibes. I can already tell this will be great!
@ihzakarunia2408
@ihzakarunia2408 Месяц назад
ikr, i dont know how he did that with his hand..
@Nittiyh
@Nittiyh Месяц назад
Fun video! It's always interesting to see what's under the hood and all the undocumented ways you can use the framework. An approach for this particular problem that I like to use is to have a "url" attribute accessor on my model, and have that be responsible for handing me the proper URL. That way, I don't even need to remember my route name throughout the project.
@swancompany_inc
@swancompany_inc Месяц назад
Great video! Really enjoy hearing you think out load when you're trying to figure things out. I think a scripted screencast is very valuable but watching an experienced developer wrestle with things gives a different look. Thanks Aaron! -Mike
@tealiedie
@tealiedie Месяц назад
I know it's kinda over-engineered, but damn, thanks for showing this laravel gem! more videos please
@aarondfrancis
@aarondfrancis Месяц назад
Haha fun, right?
@lasserafn3789
@lasserafn3789 13 дней назад
11:20 love how you didn't cut the video. Honest and funny
@aarondfrancis
@aarondfrancis 13 дней назад
Haha much more fun that way
@ZamirMubashir
@ZamirMubashir Месяц назад
More videos like these! This was an absolute delight!
@something00witty
@something00witty Месяц назад
Love watching the process!
@n0ta
@n0ta Месяц назад
Fantastic content! I love to see how other people reasons about this kind of problems.
@lukmauu
@lukmauu Месяц назад
Holly cow, I always saw you around X, but I never thought too much about you. But after watching this my jaw dropped, we must be on Laravel lore forever as one of the greats.
@aarondfrancis
@aarondfrancis Месяц назад
Haha this is funny to me. Glad you're here!
@JustPlayerDE
@JustPlayerDE 2 дня назад
i do really like this kind of video, for me at least it is easier to learn when i watch someone actually coding something ^^
@lautarolopez5372
@lautarolopez5372 Месяц назад
Your way of conveying knowledge is very pedagogical. You are a great programmer and disseminator of knowledge! I really like your videos. Keep it up!
@kedniko
@kedniko Месяц назад
Your content is truly unique and valuable!
@pindab0ter
@pindab0ter 24 дня назад
This is absolutely great stuff! Just showing a way how to do advanced things in Laravel is great!
@pindab0ter
@pindab0ter 23 дня назад
I just want to reiterate how much I appreciate that you made this. There's a LOT of beginner content out there. I really appreciate you making things on intermediate and advanced topics, too. I feel that the way in which you do it (showing the process, rather than just the result) makes it less intimidating. Finally, you're not solving a specific problem, you're using the problem to showcase a method of finding a solution, which is awesome as well! You got me gushing over how much I appreciate this video!
@martomystery
@martomystery Месяц назад
I had no idea this is how useful macros are.Am definitely exploring their use now.Awesome video!!!
@Nettak012
@Nettak012 Месяц назад
You just performed magic upon us with Laravel and PHP, my brother! Super educational and very informative. Thank you so much!
@anderskozuch7838
@anderskozuch7838 13 дней назад
You are an inspiration and very much appreciated Aaron! Thanks so much for this video, learned a lot:)
@jondoe79
@jondoe79 Месяц назад
Mind blowing and made me think outside the box. 👍
@adammenczykowski
@adammenczykowski Месяц назад
Been building apps for some time and i just learnt a lot! Thanks!
@SimoneFolador
@SimoneFolador Месяц назад
Great tutorial. I've never used Macroable before, it sure is a useful tool. Thanks!
@TheMokx1
@TheMokx1 Месяц назад
This is a great video about how to think! I would personally keep the original route URL and then redirect to the external URL in the show method, so when we add page statistics, trends, etc., that would also work for the external posts as well.
@renzomarlperalta
@renzomarlperalta Месяц назад
GOLD CONTENT! More power broda!
@renatolovato
@renatolovato 26 дней назад
"I'm just going to leave it as it is." That's a Perfect approach. Nowadays, developers spend so much money and time on things that someone may ask to do something with them one day. Let's deal with that later when it is needed!
@arcborn
@arcborn Месяц назад
I've never messed with macros, but I want to mess with them now! Would love to see more content like this!
@andrewpratt7177
@andrewpratt7177 Месяц назад
I have typed dd('here') and dd('1234') at least 7 million times in the last 10 years! I quite like Spatie's Ray product which essentially does the same thing but feels less blunt 🙃........Very relatable and enjoyable video - keep it up!
@bphilsochill
@bphilsochill Месяц назад
Love the process and learned something new! Oh yeah, for your analytics, I came from twitter.
@vlkf
@vlkf Месяц назад
You create amazing tutorials. Have you consider to create full laravel course? Thank you
@eliotalderson2892
@eliotalderson2892 26 дней назад
We need more videos like this
@HannesVermeire
@HannesVermeire Месяц назад
Great content Aaron ✌😊✌
@SaiyanJin85
@SaiyanJin85 Месяц назад
That use of the weakmap was brilliant
@robwatson826
@robwatson826 Месяц назад
Great video, I absolutely hate this with every fibre of my being due to the sheer complexity introduced here 🤣 but it's fascinating nonetheless. Would love to see more videos like this! Thanks for sharing
@umairsaeed5925
@umairsaeed5925 Месяц назад
The pause part just hilarious 😅 by the way what a effort need more these types of videos
@aarondfrancis
@aarondfrancis Месяц назад
Classic Producer Steve adding those funny sound effects
@umairsaeed5925
@umairsaeed5925 Месяц назад
@@aarondfrancis hats off for Steve already following him on twitter much appreicated his dedication in work
@jackjaguar3837
@jackjaguar3837 Месяц назад
Thanks Aaron!
@ZiPMo85
@ZiPMo85 Месяц назад
Please more of this please
@gilneyn.mathias1134
@gilneyn.mathias1134 23 дня назад
This is funny... I watched this video a couple of days ago and today i found out a problem with Laravel+Mongo+Failed Queues and remembered of this video and implemented an 'extend' to 'fix' a laravel base class... 😅 Thanks man! (The base class isn't Macroable, tho, but i have access to the needed params from the $app instance 👌)
@aarondfrancis
@aarondfrancis 21 день назад
Heyo! That rules
@xinotsultan3867
@xinotsultan3867 Месяц назад
Its like hidden gem for me, even i doesnt use it, but still is good knowladge
@ahmad-murery
@ahmad-murery Месяц назад
I don't like it, I love it, More videos like this are always welcome. Thanks Aaron!
@citricguy
@citricguy Месяц назад
Love it!
@tanzimibthesam5861
@tanzimibthesam5861 Месяц назад
This could have been the best thumbnail for a Mac promotion
@MikkelMalmberg
@MikkelMalmberg Месяц назад
The new studio is looking suuuper nice
@aarondfrancis
@aarondfrancis Месяц назад
Thank you 🤗
@isabelphillips451
@isabelphillips451 Месяц назад
I enjoyed the video, I laughed almost all through the video .... the video reminds me or me when coding 😂😂😂😂😂
@leroybakker8774
@leroybakker8774 Месяц назад
Hey Aaron, Love your content. Just wondering; would it be possible to request an instance of your custom call using the container aswell?
@LenWoodward
@LenWoodward Месяц назад
This is the type of content I love. Bending the framework to our will. This is the stuff that makes you feel like a programming wizard
@jonashansen2512
@jonashansen2512 Месяц назад
Like the idea, I would probably pull the macro out into a mixin and stick both the generator & mixin in an Extensions directory to signal it’s extending the framework. :)
@aarondfrancis
@aarondfrancis Месяц назад
Oh that's a nice idea!
@stevebauman
@stevebauman Месяц назад
Loved this! lol imagine if Laravel implemented final classes and prevented you from *gasp!* extending its implementations
@aarondfrancis
@aarondfrancis Месяц назад
Can you imagine
@clementmmas
@clementmmas Месяц назад
I both love it and hate it. That kind of stuff bit me a few times so I've learned to settle for much more boring solutions. Very entertaining video though. I'd love to see more advanced content like this.
@MouayedElhak
@MouayedElhak 16 дней назад
very very nice
@BenHolmen
@BenHolmen Месяц назад
Love macros! We use a bunch of carbon and eloquent macros
@antonmykhailovskyi447
@antonmykhailovskyi447 Месяц назад
This looks so terrible and so impressive at the same time. It`s just amazing to know that you can do it even in such pretty weird way. Great video Aaron, thank you so much for such high-quality content!
@aarondfrancis
@aarondfrancis Месяц назад
> so terrible and so impressive 🫡
@dennisadamczyk
@dennisadamczyk Месяц назад
9:03 I didn't know that people speaking english know the german word "verboten" which means forbidden 🤔 Apart from this, I really appreciate that you make more videos now. They are so high quality, even the fact that there is close to no cut when you are speaking... wow. In my videos I mispronounce something every other sentence 😅 (German is a difficult language 😂) You are also explaining the things very close to how my thought process is. Hoping to see more of these kinds of videos!
@aarondfrancis
@aarondfrancis Месяц назад
Haha sometimes things pop out of my mouth and I'm like... where did that come from! Glad you enjoyed it :) I enjoyed making it. I'll do more videos like this one!
@rudiedirkx
@rudiedirkx Месяц назад
Routes are cached & serialized, so Closures are probably not great. You should try it with cached routes. Empty weakmap? But it is fun making computers do what you want! Just test it with production config before you go to production :D
@aarondfrancis
@aarondfrancis Месяц назад
Closures are great for demos like this 🙂 How would you extend differently? Would love to see some code!
@akhelijmohamed1063
@akhelijmohamed1063 20 дней назад
More videos like that 🙏
@ekroon
@ekroon 24 дня назад
This is gold
@elikemdaniels7806
@elikemdaniels7806 Месяц назад
Hi, Aaron. I have a question. Not directly related to Macros, but Laravel. 😁 When it comes to choosing a CMS to use with Laravel, which have you used before and which one(s) would you recommend for better editorial experience? Thanks.
@xiCO2k
@xiCO2k Месяц назад
SEEEEEEEEEEEEEEEEEEE YAAAAAAAAAAAAAAA, loved that!
@thewizardguy1337
@thewizardguy1337 Месяц назад
man i was with ya until the weakmap generator thing... i stopped comprehending at that point ! 😂
@fuzzyfox0
@fuzzyfox0 Месяц назад
This feels like a lot compared to just adding a redirect within your `ArticleController`'s `show` method at the start that does the sniff test for external, and responding with a redirect. Cool to see the process you followed for utilizing macro's though 😁
@aarondfrancis
@aarondfrancis Месяц назад
Yup! Agreed!
@TheMoonWatcher
@TheMoonWatcher Месяц назад
Not an SEO person, but I imagine that will have some sort of SEO implications. I would imagine linking directly to the external URL is better than having the crawler follow a URL only to find it redirects you to an external site. Also it would be more transparent to the user to be able to see that the URL is external. But I do agree that your solution would be easier to implement 😂
@MauriceKindermann
@MauriceKindermann 14 дней назад
Cool idea and useful to see your way of debugging and unpacking framework code. But I was scratching my head the whole time, can't this entire thing be handled by 1, maybe 2 if/elses to returns the correct url? 🤔
@aarondfrancis
@aarondfrancis 14 дней назад
Maybe! But that's no fun
@stephenr85
@stephenr85 Месяц назад
I use a top of the line Macbook Pro, and use Sail instances for dev (with a proxy manager layer to run multiple at the same time). The further into a project I get, the more painful it gets to do a quick dd() or run phpunit tests. Do you have any tips on dev environment setup and speed?
@aarondfrancis
@aarondfrancis Месяц назад
I just use Laravel Herd locally!
@flipperiflop
@flipperiflop 15 дней назад
Oh, so that is what the macros are! Also how would you document what you have done so you can understand it in 6 months when you have to work on that feature again?
@aarondfrancis
@aarondfrancis 14 дней назад
I usually put them all in a single MacroServiceProvider so I know where to look when I come back to a project
@ltroya
@ltroya 19 дней назад
Why is the use case of that addGenerator function? Cache maybe? If so, doesn't it get destroy after the request has finished?
@TravisNorthcutt
@TravisNorthcutt Месяц назад
Producer Steve with the brutal crickets edit, ouch 😂
@aarondfrancis
@aarondfrancis Месяц назад
The nerve
@JimishFotariya97
@JimishFotariya97 Месяц назад
I thought of adding Accessor on model itself. But hey my brain, my logic ;)
@buddytynes8633
@buddytynes8633 Месяц назад
This might be a dumb question, if so my bad... Why not just rebind this CustomUrlGenerator?
@aarondfrancis
@aarondfrancis Месяц назад
Dunno! Gimme a code sample
@buddytynes8633
@buddytynes8633 Месяц назад
​@@aarondfrancis Something like this in your service provider? I'm just a jr dev don't listen to me lol. `public $bindings = [ 'url' => MyCustomUrlGenerator::class, ];`
@smirkastart5029
@smirkastart5029 18 дней назад
I like your funny words magic man
@aarondfrancis
@aarondfrancis 18 дней назад
Haha thank you 😂
@ScottZirkel
@ScottZirkel Месяц назад
I don't have to like this, but I do.
@user-ig9se9xq1x
@user-ig9se9xq1x 17 дней назад
Damn fr
@BernhardK91
@BernhardK91 Месяц назад
If you meant the German word „verboten“ in 09:06, it means „forbidden“. 😊
@aarondfrancis
@aarondfrancis Месяц назад
Yes! That's it!
@ryanb509
@ryanb509 Месяц назад
This is absolutely unhinged and I'm here for it.
@bombardo2489
@bombardo2489 Месяц назад
Hey man i heard that laravel is batteries included. is the auth system secure
@chrispian
@chrispian Месяц назад
It's very robust. But if you don't like it, remove the batteries and put in your own. I use LDAP at work with Laravel, for example. We also have a few apps that use SSO with custom IDP. On most of my personal projects the built in stuff is perfect.
@aarondfrancis
@aarondfrancis Месяц назад
Yes, it is indeed secure
@bombardo2489
@bombardo2489 Месяц назад
thank you guys.
@arturpendrag0n270
@arturpendrag0n270 Месяц назад
Neat trick with the macro stuff. Looks like its called MonkeyPatching in other places. I will see if I can add this at work #evil :D
@aarondfrancis
@aarondfrancis Месяц назад
Godspeed 🫡
@adampatterson
@adampatterson 21 день назад
at 8:30, what shortcut was this?
@aarondfrancis
@aarondfrancis 21 день назад
Navigate > go to by reference > file structure
@adampatterson
@adampatterson 20 дней назад
@@aarondfrancis Nice, thanks! I sometimes remember to use the navigation bar, but this looks slightly more purpose built.
@Betacak3
@Betacak3 Месяц назад
9:03 sounds to me like you're saying the word "verboten", in which case it would be German and mean forbidden.
@aarondfrancis
@aarondfrancis Месяц назад
Yes! That's it! Thank you
@Meeshalkumar
@Meeshalkumar Месяц назад
Route would always consider your domain. You just need to construct your external urls any other way other than route methods. It’s a very strange video, creating a problem which doesn’t exists. At least till now 6:26
@aarondfrancis
@aarondfrancis Месяц назад
Fun though right?
@Meeshalkumar
@Meeshalkumar Месяц назад
Sorry but this is wrong in every sense possible. And not fun at all for me. Think of new devs who watch your videos. Anyways, you do whatever you want. I am no police. Have a great day 👍🏼
@emircanerkul
@emircanerkul 23 дня назад
I think no need to add $url = null also
@gosnooky
@gosnooky 5 дней назад
Verboten == Forbidden (German)
@younesessaadani9303
@younesessaadani9303 22 дня назад
Is he really want to share macros feature or just piss off "clean code readers"v
@kwyaza
@kwyaza Месяц назад
Great video! This is my problem with modern "Laravel" PHP. Antipatterns, the interpreter has to parse all these 3 million layers. Unlike Java or C#, which is compiled down, it's fine to have so many layers.
@aarondfrancis
@aarondfrancis Месяц назад
Nah I think it's probably fine!
@wagnerfernandes8780
@wagnerfernandes8780 Месяц назад
23 minutes? You figure out things too quickly, I would have wasted a day on that 😅
@testdeim
@testdeim Месяц назад
yeah man! this is bullshit. you should extend Laravel url generator and set it as app('url') service.
@aarondfrancis
@aarondfrancis Месяц назад
I'm not sure I'd call it bullshit... But ok! Show me some code, I'm not sure what you mean
@DarylLegion
@DarylLegion Месяц назад
"you don't have to like this" me: smashing the dislike button
@israeliloba
@israeliloba Месяц назад
This is higher level thing, didn't understand shit
@ivan.jeremic
@ivan.jeremic Месяц назад
Now I understand why JavaScript won and everything will eventually be written in it.
@aarondfrancis
@aarondfrancis Месяц назад
Huh
@thedailycutline278
@thedailycutline278 Месяц назад
As a nextjs dev, i think people should move on, life as a dev should not be as tough as laravel makes it to be.
@languagelearningexperience6814
@languagelearningexperience6814 Месяц назад
​@@thedailycutline278 interesting, have you made anything in laravel? I find it refreshingly easy.
@aarondfrancis
@aarondfrancis Месяц назад
I appreciate all your comments but you don't have to watch these videos if you don't like them!
@Argie02
@Argie02 Месяц назад
​@@aarondfrancishe just hates php so bad haha
@thedailycutline278
@thedailycutline278 Месяц назад
As a Nextjs developer, i just have one thing to say, i have never seen such a complicated framework, adding to that it uses php😢
@aarondfrancis
@aarondfrancis Месяц назад
That's ok
@reihanboo
@reihanboo 6 дней назад
If it were me I would just @if($article->markdown_file) href="{{ route('article.show', $article->slug.$article->public_id }}" @elseif(!$article->markdown_file && $article->external_link) href="{{ $article->external_link }}" @endif Am I cooked?
@aarondfrancis
@aarondfrancis 5 дней назад
No more cooked than the rest of us! Honestly no, that's totally reasonable. I'd probably wrap that up in a method in the Article model itself so that it's easier to use throughout the app, but it's not crazy!
Далее
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 30 тыс.
Laravel Horizon: queue monitoring + configuration
14:54
PROVA A NON RIDERE ASSURDA 😂
00:56
Просмотров 4 млн
I Abandoned Next.js... Again
7:58
Просмотров 3,6 тыс.
SSG is dead. Long live cache.
10:35
Просмотров 12 тыс.
PHP on the frontend! No more Javascript!
14:47
Просмотров 116 тыс.
Top 5 Laravel "Bad Practices" (My Opinion)
10:32
Просмотров 17 тыс.
Laravel vs React
9:40
Просмотров 41 тыс.
Разница подходов
0:59
Просмотров 3,3 млн
Hanya Video Blur 😜😜🙏 #shorts
1:00
Просмотров 18 млн