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

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 153

  • @PunterMcGavin
    @PunterMcGavin 5 месяцев назад +76

    That macro/constructor stuff is absolutely disgusting. I love it.

  • @DevduttaBain
    @DevduttaBain 5 месяцев назад +59

    "My site, My video" 😆🤣😆🤣

  • @DivDax
    @DivDax 5 месяцев назад +38

    Please more content like this. So much hidden gems we all can learn from. Keep it up!

  • @yanuar1420
    @yanuar1420 5 месяцев назад +21

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

      Thank you so much! I want to be a positive force, so that's encouraging

  • @Tuto1902
    @Tuto1902 5 месяцев назад +6

    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.

  • @Leonhart_93
    @Leonhart_93 5 месяцев назад +11

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

      I love to macro the query builder! Super powerful

  • @neverything
    @neverything 5 месяцев назад +6

    This was fun, more of this please. Thank you Aaron!

  • @StefanMalic
    @StefanMalic 4 месяца назад +3

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

      Haha it's ok, not the first time someone has called me that. And probably not the last!

  • @tealiedie
    @tealiedie 5 месяцев назад +6

    I know it's kinda over-engineered, but damn, thanks for showing this laravel gem!
    more videos please

  • @younesessaadani9303
    @younesessaadani9303 4 месяца назад +1

    Is he really want to share macros feature or just piss off "clean code readers"v

  • @gilney.mathias
    @gilney.mathias 4 месяца назад +1

    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 👌)

  • @Nittiyh
    @Nittiyh 5 месяцев назад +3

    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.

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

    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.

  • @swancompany_inc
    @swancompany_inc 5 месяцев назад +2

    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

  • @Meeshalkumar
    @Meeshalkumar 4 месяца назад +1

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

      Fun though right?

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

      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 👍🏼

  • @buddytynes8633
    @buddytynes8633 5 месяцев назад +1

    This might be a dumb question, if so my bad... Why not just rebind this CustomUrlGenerator?

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

      Dunno! Gimme a code sample

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

      ​@@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,
      ];`

  • @Betacak3
    @Betacak3 5 месяцев назад +1

    9:03 sounds to me like you're saying the word "verboten", in which case it would be German and mean forbidden.

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

    hey, what is IDE are you using? and what extension you are using for navigate to function and class? thank you

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

    Hey Aaron,
    Love your content. Just wondering; would it be possible to request an instance of your custom call using the container aswell?

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

    I enjoyed the video, I laughed almost all through the video .... the video reminds me or me when coding 😂😂😂😂😂

  • @vlkf
    @vlkf 5 месяцев назад +1

    You create amazing tutorials. Have you consider to create full laravel course? Thank you

  • @DesolatorM
    @DesolatorM 4 месяца назад +1

    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.

  • @Nettak012
    @Nettak012 5 месяцев назад +1

    You just performed magic upon us with Laravel and PHP, my brother! Super educational and very informative. Thank you so much!

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

    You are an inspiration and very much appreciated Aaron! Thanks so much for this video, learned a lot:)

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

    23 minutes? You figure out things too quickly, I would have wasted a day on that 😅

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

    I thought of adding Accessor on model itself. But hey my brain, my logic ;)

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

    i do really like this kind of video, for me at least it is easier to learn when i watch someone actually coding something ^^

  • @JT-mr3db
    @JT-mr3db Месяц назад

    Doing things like this is a great way to understand laravel’s inner mechanics.

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

    Why is the use case of that addGenerator function? Cache maybe? If so, doesn't it get destroy after the request has finished?

  • @waleedmasoom6326
    @waleedmasoom6326 5 месяцев назад +3

    That starting snap and pop of the hands, asmr vibes. I can already tell this will be great!

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

      ikr, i dont know how he did that with his hand..

  • @martomystery
    @martomystery 5 месяцев назад +1

    I had no idea this is how useful macros are.Am definitely exploring their use now.Awesome video!!!

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

    "you don't have to like this"
    me: smashing the dislike button

  • @lukmauu
    @lukmauu 5 месяцев назад +1

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

      Haha this is funny to me. Glad you're here!

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

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

      Closures are great for demos like this 🙂 How would you extend differently? Would love to see some code!

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

    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? 🤔

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

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

      I just use Laravel Herd locally!

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

    yeah man! this is bullshit. you should extend Laravel url generator and set it as app('url') service.

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

      I'm not sure I'd call it bullshit... But ok! Show me some code, I'm not sure what you mean

  • @sifrious
    @sifrious 5 месяцев назад +1

    Love the format, definite pairing vibes or the most useful parts of a stream. Hope there's more like this

  • @stevebauman
    @stevebauman 5 месяцев назад +1

    Loved this!
    lol imagine if Laravel implemented final classes and prevented you from *gasp!* extending its implementations

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

    This is higher level thing, didn't understand shit

  • @BenHolmen
    @BenHolmen 5 месяцев назад +1

    Love macros! We use a bunch of carbon and eloquent macros

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

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

      I usually put them all in a single MacroServiceProvider so I know where to look when I come back to a project

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

    If you meant the German word „verboten“ in 09:06, it means „forbidden“. 😊

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

    what theme are you using.

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

    Verboten == Forbidden (German)

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

    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!

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

    Ahah, but we liked it Aaron ❤

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

    What is your editor's theme?

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

    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.

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

    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

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

    I think no need to add $url = null also

  • @fuzzyfox0
    @fuzzyfox0 5 месяцев назад +1

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

      Yup! Agreed!

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

      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 😂

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

    More videos like that 🙏

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

    Love the process and learned something new! Oh yeah, for your analytics, I came from twitter.

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

    We need more videos like this

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

    Please more of this please

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

    very very nice

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

    "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!

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

    Subscribed!

  • @ahmad-murery
    @ahmad-murery 5 месяцев назад

    I don't like it, I love it,
    More videos like this are always welcome.
    Thanks Aaron!

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

    Love it!

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

    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.

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

    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!

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

    I love it in Laravel. We extend a bunch of main Laravel code to cover our requirements. Awesome.

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

    Thanks Aaron!

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

    I like your funny words magic man

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

    This is gold

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

    Been building apps for some time and i just learnt a lot! Thanks!

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

    Great tutorial. I've never used Macroable before, it sure is a useful tool. Thanks!

  • @علیکشتکار-س4ط
    @علیکشتکار-س4ط 4 месяца назад

    Damn fr

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

    man i was with ya until the weakmap generator thing... i stopped comprehending at that point ! 😂

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

    I've never messed with macros, but I want to mess with them now! Would love to see more content like this!

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

    Fantastic content! I love to see how other people reasons about this kind of problems.

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

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

      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!

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

    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. :)

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

    Its like hidden gem for me, even i doesnt use it, but still is good knowladge

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

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

      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!

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

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

      > so terrible and so impressive
      🫡

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

    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

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

    More videos like these! This was an absolute delight!

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

    This could have been the best thumbnail for a Mac promotion

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

    GOLD CONTENT! More power broda!

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

    Mind blowing and made me think outside the box. 👍

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

    This is absolutely great stuff! Just showing a way how to do advanced things in Laravel is great!

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

      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!

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

    Your content is truly unique and valuable!

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

    That use of the weakmap was brilliant

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

    I don't have to like this, but I do.

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

    SEEEEEEEEEEEEEEEEEEE YAAAAAAAAAAAAAAA, loved that!

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

    at 8:30, what shortcut was this?

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

      Navigate > go to by reference > file structure

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

      @@aarondfrancis Nice, thanks! I sometimes remember to use the navigation bar, but this looks slightly more purpose built.

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

    Love watching the process!

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

    Producer Steve with the brutal crickets edit, ouch 😂

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

    11:20 love how you didn't cut the video. Honest and funny

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

    Great content Aaron ✌😊✌

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

    The new studio is looking suuuper nice

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

    The pause part just hilarious 😅 by the way what a effort need more these types of videos

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

      Classic Producer Steve adding those funny sound effects

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

      @@aarondfrancis hats off for Steve already following him on twitter much appreicated his dedication in work

  • @LenWoodward
    @LenWoodward 5 месяцев назад +2

    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

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

    Hey man i heard that laravel is batteries included. is the auth system secure

    • @chrispian
      @chrispian 5 месяцев назад +1

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

      Yes, it is indeed secure

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

      thank you guys.

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

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

      Nah I think it's probably fine!

  • @thedailycutline278
    @thedailycutline278 5 месяцев назад +1

    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😢

  • @ivan.jeremic
    @ivan.jeremic 5 месяцев назад +2

    Now I understand why JavaScript won and everything will eventually be written in it.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +2

      Huh

    • @thedailycutline278
      @thedailycutline278 5 месяцев назад +2

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

      ​@@thedailycutline278 interesting, have you made anything in laravel? I find it refreshingly easy.

    • @aarondfrancis
      @aarondfrancis  5 месяцев назад +2

      I appreciate all your comments but you don't have to watch these videos if you don't like them!

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

      ​@@aarondfrancishe just hates php so bad haha