Laravel 10 full course for beginner - what is eloquent orm

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025
  • 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 RUclips) 🌟
    Github github.com/spo...
    Patreon / bitfumes
    RUclips / @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 Год назад

    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

  • @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

  • @yannathanaelw5910
    @yannathanaelw5910 7 месяцев назад

    What extension are you using for your vscode snippets?

  • @JACKoPL
    @JACKoPL Год назад +3

    Ep 9 on Holiday? ;)

  • @bye835
    @bye835 Год назад +1

    Thanks very much for this useful resource on laravel::

    • @Bitfumes
      @Bitfumes  Год назад

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

  • @منوعات-م1ن2و3ع4
    @منوعات-م1ن2و3ع4 11 месяцев назад

    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].

  • @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 Год назад +1

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

    • @Bitfumes
      @Bitfumes  Год назад +1

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

  • @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

  • @shrutijalan6518
    @shrutijalan6518 Год назад

    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;