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
is there difference between using total or count ?
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
@5:45 dd($user); its not connected to database. dd shows #connection: null; #table: null; user model is imported (App\Models\User;)
same happend to me
use the same name used in the {} in the Route::get as the variable in the function userPosts