Everything You Need to Know About Laravel in 30 Minutes

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

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

  • @feelingfun5149
    @feelingfun5149 4 месяца назад +7

    I start to understand why Laravel is becoming so popular given such quality tutorials 👍

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

    As a dev coming Symfony, there are things that I like about Laravel and there are things I don't like. Symfony scaffolding is much less tedious since you generate the controllers and models pretty quickly. The amount of plugins for Laravel is really nice though.

  • @2gbeh
    @2gbeh 4 месяца назад +4

    24:25 When i saw that authorize method in StoreMessageRequest, it kind of reminded me of Policies. So then, what is the difference between writing auth guards in the Request vs creating a Policy for each controller method ?

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

      Among many things to understand, the auth method in the request class expects the return type to be either true or false, depending on whatever logic you put in place. This doesn't interfere with writing policy, because using a similar policy it will be easier in that auth method to identify if the current auth->user has permission to perform that action. Second, some controller methods don't expect to have a request class, so policies here play an important role.

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

    ❤❤ more love jefery

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

    I use docker environment (Devilbox), whenever I use Laravel new command to install the application, it never give me options to select various settings as yours, do I need update Laravel Installer in my environment?

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

    Insightful 💡
    Respect from Pakistan 🇵🇰

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

    What's the point of not using Stacks? I might be wrong, but as a JS/TS developer, I only came to Laravel so I can kick-start my ideas ASAP.

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

    Hello! Thanks for the example, but I can't see validation errors as you can on 12:00. In my case, this loop code works: @foreach($errors->default->messages() as $error){{ $error[0] }}@endforeach , because $errors have a large inner structure, and not just an array of strings....

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

    best refresher ❤

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

    anybody knows what vs code theme he uses?

    • @MehmanAb-xq3pz
      @MehmanAb-xq3pz 4 месяца назад +3

      Carbon Theme (by Oscar Newman)

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

    An amazing job

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

    I know is a dumb question but, what browser is he using?

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

    I would like to see more Laravel videos like this. Thank you!

  • @shresthakushal
    @shresthakushal 4 месяца назад +5

    First. Best channel ever

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

    Best Channel ever