Laravel 10 full course for beginner - what is eloquent orm

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024
  • Laravel Form Explaination
    This Laravel tutorial teaches you the fundamentals of Laravel 10
    🌟 Premium Laravel Course 🌟
    New and Updated In Depth Laravel 10 course
    indepthlaravel...
    In this video, we will learn Laravel 10 from scratch step by step to deploy the laravel app into ubuntu AWS server using MezoHub mezohub.com
    Learn the basics of Laravel 10 in this full course for beginners.
    Laravel is an MVC-based free and open-source web php framework created by Taylor Otwell.
    Source Code : github.com/bit...
    Social Media:-
    / sarthaksavvy
    / sarthaksavvy
    Discord server
    / discord
    🔥 DIGITAL OCEAN HOSTING Affiliate
    Get $100 in credit for 60 days m.do.co/c/a3a4...
    🌟 Gadgets I use 🌟
    Camera amzn.to/3mGikwL
    Blue Yeti Mic amzn.to/3mA6YdI
    Blue Yeti Mic Foam Cover amzn.to/2GkmV8w
    Capture Card amzn.to/3ed3cnN
    🌟 Support Me ( I am a full-time TH-cam) 🌟
    Github github.com/spo...
    Patreon / bitfumes
    TH-cam / @bitfumes
    🌟 FOLLOW ME 🌟
    Subscribe for New Releases!
    Twitter - / bitfumes
    Twitter - / sarthaksavvy
    Facebook - / bitfumes
    Instagram - / bitfumes
    (ask me questions!)
    -- QUESTIONS? --
    Leave a comment below and I or someone else can help you.
    For quick questions you may also want to ask me on Twitter, I respond almost immediately.
    Email me support@bitfumes.com
    Thanks for all your support

ความคิดเห็น • 20

  • @basilistigris640
    @basilistigris640 ปีที่แล้ว +1

    i watch and learn each topic on laravel 10 with great pleasure from Bitfumes youtube channel, thank you!!

  • @MrNobody-cp7dk
    @MrNobody-cp7dk 10 หลายเดือนก่อน

    Wow, man! I like your explanations more than anything. Keep doing it, please!)

  • @MedSalemDZ
    @MedSalemDZ ปีที่แล้ว +2

    thank you for this course , i really appreciate the effort you are putting to share knowledge for free

    • @Bitfumes
      @Bitfumes  ปีที่แล้ว +1

      Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates.
      bitfumes.com

  • @JACKoPL
    @JACKoPL ปีที่แล้ว +3

    Ep 9 on Holiday? ;)

  • @yannathanaelw5910
    @yannathanaelw5910 2 หลายเดือนก่อน

    What extension are you using for your vscode snippets?

  • @roghayehosseini5402
    @roghayehosseini5402 ปีที่แล้ว +1

    The code at the minute 1:39 is not working for me, I think the eloquent query is not working for me

  • @user-ec9ps6pq5k
    @user-ec9ps6pq5k 6 หลายเดือนก่อน

    hi , why I have this error (after write "$user = User::create(...etc" : Add [name] to fillable property to allow mass assignment on [Illuminate\Foundation\Auth\User].

  • @bye835
    @bye835 11 หลายเดือนก่อน +1

    Thanks very much for this useful resource on laravel::

    • @Bitfumes
      @Bitfumes  11 หลายเดือนก่อน

      Thanks for your love and support, keep learning. Join bitfumes telegram group t.me/bitfumes

  • @roghayehosseini5402
    @roghayehosseini5402 ปีที่แล้ว +2

    Thanks a lot for this course but I don't find the part 9 of this course

    • @Bitfumes
      @Bitfumes  ปีที่แล้ว +1

      sorry for that, I have added it now, check the playlist

  • @badalsinghania
    @badalsinghania ปีที่แล้ว +2

    My xampp is running well and i am not getting any error but why does the "PHP artisan migrate" command not create new tables in my database, except by default tables users, migrations and password resets? If t have solution, feel free to help me.

    • @Bitfumes
      @Bitfumes  ปีที่แล้ว +1

      try running php artisan migrate:fresh

    • @badalsinghania
      @badalsinghania ปีที่แล้ว +1

      @@Bitfumes I have tried running following code-
      Php artisan migrate
      Php artisan migrate:fresh
      Php artisan migrate: refresh
      Php artisan config:clear and then php artisan migrate: refresh
      And, in terminal it is showing done but time taken is 0ms and in database these table are not showing.

  • @jrenzi
    @jrenzi 11 หลายเดือนก่อน +1

    What extensions are you using in vscode? Is there any list somewhere?

    • @Bitfumes
      @Bitfumes  11 หลายเดือนก่อน +1

      bitfumes.com/courses/tool/master-vscode-with-keyboard

  • @shrutijalan6518
    @shrutijalan6518 7 หลายเดือนก่อน

    thank u

  • @Markjerson-ck8no
    @Markjerson-ck8no ปีที่แล้ว

    how did you import the User in time 1:44? thanks

    • @czrest1002
      @czrest1002 ปีที่แล้ว

      "use App\Models\User;"
      add this at the top part below
      use App\Http\Controllers\ProfileController;
      use Illuminate\Support\Facades\Route;