Laravel 6 Beginner - e11 - RESTful Controllers Part 3

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

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

  • @Jimi-bx3xf
    @Jimi-bx3xf 5 лет назад +24

    The best laravel teacher in the place

  • @geniichen
    @geniichen 4 года назад +2

    This is a fabulous Laravel tutorial! Very helpful, well done! I follow your lesson from e1 to e11. Now I know and can manipulate Laravel. Thank you so much.

  • @jayantrawat5961
    @jayantrawat5961 5 лет назад +1

    Hey i am waiting for the next video

  • @ademineshat
    @ademineshat 4 года назад +3

    As the others in the comments say, I mean the same :) The best PHP& Laravel Teacher!
    Thank you very very much

  • @ipdev
    @ipdev 5 лет назад +1

    Instead of instantiating a new Customer model for the form, it would be cleaner to write the code like this: old('name', $customer->name ?? null), because old() accepts a default value as the second argument

    • @minjon56
      @minjon56 5 лет назад +1

      old('name', optional($customer)->name)

  • @seochanid5501
    @seochanid5501 4 года назад +2

    Keep up the good work! xD
    So excited to watch this series.
    Is there a chance that someday you'll make a tutorial for Laravel Scout? I'm having a hard time to make Algolia works in laravel T-T

    • @CodersTape
      @CodersTape  4 года назад

      We touch up on Scout during the API course in Udemy but I will cover it in here at some point.

  • @letsdev5261
    @letsdev5261 5 лет назад +5

    This is the best Laravel Tutorial Series on RUclips! Thank You Sir!

    • @scientist.entity6609
      @scientist.entity6609 5 лет назад +1

      i completely agree with you! each day im waiting for the next video from Coder's Tape

    • @CodersTape
      @CodersTape  5 лет назад +3

      Thank you all for watching! We’ll keep learning

  • @josephvitoslearnnfun8059
    @josephvitoslearnnfun8059 3 года назад

    Thanks for not just explaining the techniques, but also the programming best practices as well.. Kudos to you,Victor!

  • @darky7041
    @darky7041 3 года назад

    At 10:42,
    I can use
    value ="{{ old('name') ?? $customer->name ?? null }}" and with this I can avoid wasting resource by passing an empty Customer class object from the controller.
    Since I am new with laravel, i am not sure if my solution has any unforeseen problem. Any one can provide me some insight on this?

  • @crazyeyes1983
    @crazyeyes1983 4 года назад

    Really nice. I did strogel a bit at the end of the video where the form part. but it was my fault totally but incase someone made the same mistake I did. I dont like to use name spaces so I ignored that. And it bit me at the end with create method on the video it says $customer = new Customer(); if you dont use the name space its $customer = new \App\Customer(); Thank you so much I Learned alot from these videos

  • @laraveldev2893
    @laraveldev2893 4 года назад

    why can do this: value="{{old('name', $customer->name ?? null )}}"

  • @kaveee971
    @kaveee971 4 года назад

    Don't think you need to copy that @csrf multiple times. You could have kept it in the parent template, unless I am missing something.

  • @kaveee971
    @kaveee971 4 года назад

    Another question: why does Laravel have to have a 'destroy' method instead of calling it 'delete'? is there a technical reason?

  • @samyotero8871
    @samyotero8871 5 лет назад +1

    Great tuts!!!!!
    I also like to do the same refactor you did on create and update on show, at the end is the same form, but this time I wrap the fields with ... .
    Cheers!

  • @swapnil511994
    @swapnil511994 4 года назад

    what an awesome video, despite knowing laravel I did learn some cool stuff that is not traditionally taught

  • @lrgamage88
    @lrgamage88 5 лет назад +1

    hi, first of all thanks, I want know about some advance topics and how do I add added by edited by deleted by fields. this might be silly question

  • @aburoboticsonlinesteameduc4660
    @aburoboticsonlinesteameduc4660 4 года назад

    Excellent teacher. May Allaah guide you to al Islaam!

  • @Stoney_Eagle
    @Stoney_Eagle 5 лет назад +1

    Careful there buddy if you press that button, you might fade from existence. 😂

  • @mlouk4797
    @mlouk4797 4 года назад

    This is my first time doing crud without touching sql.

  • @DQuranJar
    @DQuranJar 3 года назад

    is it okay to do $customer = null; in the create method?

  • @kristian1650
    @kristian1650 4 года назад

    thank you sir, your content is amazing

  • @omiorangsha665
    @omiorangsha665 4 года назад

    you no tutorial for old image delete method

  • @aburoboticsonlinesteameduc4660
    @aburoboticsonlinesteameduc4660 4 года назад

    Thanks alot this was great help!

  • @michaelkamau9565
    @michaelkamau9565 4 года назад

    Thank you Victor!

  • @ahmadkakarr
    @ahmadkakarr 5 лет назад

    why you are not going advance and make more real world projects like you did in FCC. WHY REPEATING THE SAME SERIES.?

  • @hieunguyenac4675
    @hieunguyenac4675 5 лет назад +1

    I always hit the like button before watching, and you are the first channel I am looking for following ur videos everyday! Keep it up 💪

  • @einnlleinhattha3445
    @einnlleinhattha3445 5 лет назад +1

    Nvm, there is a typo of retrun

  • @basharfrancis1056
    @basharfrancis1056 4 года назад

    You are the best teacher in laravel

  • @nikolarancnik1729
    @nikolarancnik1729 3 года назад

    If you were my professor, I would attend every class of yours! :D
    Keep it going, helped a lot.
    Respect!

  • @Mocka-yf4ez
    @Mocka-yf4ez 2 года назад

    thank youu!!!!!!

  • @niitaashii
    @niitaashii 5 лет назад

    Hi dear Victor. I'll be very thankful if you teach how to create an admin area and define stuffs and give or set permission to them to access different parts of admin area. Thank you in advance.

  • @luoxiangxu9966
    @luoxiangxu9966 4 года назад

    thanks a lot :)

  • @divinealien7620
    @divinealien7620 4 года назад

    nice and clean

  • @alishoman2826
    @alishoman2826 4 года назад

    You are the best

  • @JACKoPL
    @JACKoPL 5 лет назад

    Make:request is missing when refactoring validation ;) Maybe in the next episode. I repeating v5.8 course at now.

  • @Jimmy2001122
    @Jimmy2001122 4 года назад

    This beginner series is what I needed, I have been using laravel for a year, but already picked up some tips on what I could have done to improve the application. Cheers

  • @etiennez0r846
    @etiennez0r846 2 года назад

    awesome

  • @ProgrammingwithPeter
    @ProgrammingwithPeter 5 лет назад

    Learning new things everyday, lol, didn't see that @method from blade

  • @terryhenyo9216
    @terryhenyo9216 5 лет назад

    Thank you for the amazing series Victor! I hope you add more beginner videos in the future.

  • @JS-jq8pu
    @JS-jq8pu 4 года назад

    Victor, outstanding tutorials! Straight to the point, short and easy to understand! Thank you

  • @DINESHSAINI-tn1lw
    @DINESHSAINI-tn1lw 5 лет назад

    Plz make video in advanced laravel Restfull Api??

  • @mouhssinetarik8332
    @mouhssinetarik8332 5 лет назад

    Thank you so much, you are just awesome, please we need the next lesson, thank you so much.

  • @ruwanbhagya
    @ruwanbhagya 5 лет назад

    Excelent bro................ thanks. please add more videos

  • @baderelhayah7961
    @baderelhayah7961 5 лет назад

    Hi, i really like your videos and i learned a lot from them thank you, i know it's out of this video's topic but i just added pagination in my laravel application, it worked fine but it's not combining the numbers, it's showing all of them, like if i have 20 pages it should show like this: 1,2,3.....20, in my app it shows all of them, can you please help

    • @CodersTape
      @CodersTape  5 лет назад

      The documentation has the command to publish the view. This will allow you to customize it

  • @omiorangsha665
    @omiorangsha665 5 лет назад

    we'r waiting for your laravel6 +vuejs tutorial

  • @IvanColumbro
    @IvanColumbro 5 лет назад

    Hi, I'm following all your playlists about Laravel and I love it but just a curiosity: why this Laravel 6 Beginner playlist's videos are recorded in 720p instead of 1080p resolution?

    • @CodersTape
      @CodersTape  5 лет назад +1

      I changed computers and the new monitor has a 720p max resolution

    • @IvanColumbro
      @IvanColumbro 5 лет назад

      @@CodersTape Understand, thank you for reply! ;)

    • @linguapharm
      @linguapharm 5 лет назад

      @@CodersTape When will you begin to complete this series? hope you're Okay Victor!

    • @CodersTape
      @CodersTape  5 лет назад +3

      @@linguapharm Coming soon, working on a huge course right now. Hoping to be done with it and released very soon. More details on it coming soon.

    • @linguapharm
      @linguapharm 5 лет назад +1

      @@CodersTape That's great, god bless you
      I will learn anything you will teach here
      I like to learn from YOU!

  • @milos5247
    @milos5247 4 года назад

    Really great stuff, keep going!

  • @carlsmith8065
    @carlsmith8065 4 года назад

    this really is the best tutorial ever!, very clear instructions. easy to copy and understand, i was able to learn laravel better while watching this playlist than at school. Thank you so much bro!!!

  • @rozaimizamahri9604
    @rozaimizamahri9604 4 года назад

    You are the best teacher. easy to understand and follow. Thank you very much sir

  • @linguapharm
    @linguapharm 5 лет назад

    Great! , We need advanced full ecommerce series

  • @phoe7ix
    @phoe7ix 4 года назад

    Thanks for these awesome lessons, you helped me a lot to understand the basics of Laravel!

  • @phongthornkhamkankaew6226
    @phongthornkhamkankaew6226 4 года назад

    Make sense and clear :)

  • @ipdev
    @ipdev 5 лет назад

    The validation could be extracted to a form request class

  • @adam192021
    @adam192021 5 лет назад

    The BEST as always!

  • @davidson7838
    @davidson7838 5 лет назад

    Great progress, can you now show how to handle image/file with crud? Thank you

    • @bashovski
      @bashovski 5 лет назад

      There are already many tutorials made by Victor regarding file uploads including images

    • @davidson7838
      @davidson7838 5 лет назад

      @@bashovski did you know Victor already did a series on 5.8? So no need do it again on 6.0!

  • @Alphabet_-_
    @Alphabet_-_ 5 лет назад

  • @ishqinfinite3545
    @ishqinfinite3545 5 лет назад

    10:23

  •  5 лет назад

    Hi Victor, what extension are you using with phstorm to have that icons on sidebar and code colors ?

    • @nicky.-.5874
      @nicky.-.5874 5 лет назад +1

      It's the material theme ui. You can find it in the plugin manager.

    • @CodersTape
      @CodersTape  5 лет назад +1

      That’s right

  • @KingKhan-sl5kt
    @KingKhan-sl5kt 4 года назад

    Waiting 4 new video ?

  • @spunFIN
    @spunFIN 5 лет назад

    Thank you so much for this series, you are a lifesaver!

    • @spunFIN
      @spunFIN 5 лет назад

      One stupid question though: how does Route::view know which controller to look for the method? Or does it just find it automatically from all controllers? (In which case I'd assume controller method names should be unique?)

    • @CodersTape
      @CodersTape  5 лет назад +2

      Route view doesn’t look for a controller. It looks for a view directly.

    • @spunFIN
      @spunFIN 5 лет назад

      @@CodersTape Ah okay, that explains. Thanks! :)