LARAVEL 11 Crash Course for Beginners 2024 | #20 User Posts (Web Developer Path)

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • 📃 Laravel 11 playlist: • Laravel 11 crash course
    💾 Source code (updated with each video): github.com/Jon...
    🔵 CSS file: github.com/Jon...
    🌐 Laravel docs: laravel.com/docs/
    🌐 XAMPP: www.apachefrie...
    🌐 Composer: getcomposer.or...
    🌐 Homebrew: brew.sh/
    🌐 Table plus: tableplus.com/
    🌐 TailwindCSS: tailwindcss.co...
    📃 Web Developer Path playlist: • Web Developer Path
    📃 Tips & Tricks playlist: • Tips and Tricks
    📃 MERN Stack playlist: • MERN Stack
    📃 React playlist: • React
    📃 Useful tools playlist: • Useful Tools
    🙏 Thank you for watching my video please don't forget to LIKE and SUBSCRIBE.
    🎮 My gaming channel: / @jonvadar
    ☕ Support me: www.buymeacoff...
    🌐 My website: jonvadar.xyz/
    #laravel #laravel11 #laravelcourse #laravel_tutorial #laravel10 #php #fullstack #learnwebdevelopment #webdevelopment #phpcourse #fullstackwebdevelopment #learnwebdevelopment

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

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

    is there difference between using total or count ?

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

      on the context of the post count, using count will just give you 6 bcos of the pagination value, but if you use total, it will bring the total posts made by that user

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

    @5:45 dd($user); its not connected to database. dd shows #connection: null; #table: null; user model is imported (App\Models\User;)

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

      same happend to me

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

      use the same name used in the {} in the Route::get as the variable in the function userPosts