priya_N_E's avatar

priya_N_E liked a comment+100 XP

1w ago

React from Scratch: Ep 15, Sharing State Across Components

that lesson isnt beginner friendly at all, you rush over many things like the dispatch syntax without any explanation. very hard to follow and understand..

priya_N_E's avatar

priya_N_E liked a comment+100 XP

2w ago

Learn Laravel Forge: Ep 3, Creating Sites

Let's be honest here, this series it not only outdated, but the repository does not even exists anymore as it seems. In short, you simply can't follow along as it currently stands. Such a shame that it's part of the Laravel Path.

priya_N_E's avatar

priya_N_E wrote a comment+100 XP

2w ago

priya_N_E's avatar

priya_N_E wrote a comment+100 XP

2w ago

Build a Forum With Laravel: Ep 50, Combining Search with Topics

each time if i create post then to get in search i need to run php artisan queue:work. what is the use can't we make it load automatically

priya_N_E's avatar

priya_N_E wrote a comment+100 XP

1mo ago

PhpStorm for Laravel Developers: Ep 7, Laravel Idea = Speed

can't we add relation for user_id will creating table using ctrl+N (laravel plugin)

priya_N_E's avatar

priya_N_E wrote a comment+100 XP

1mo ago

priya_N_E's avatar

priya_N_E wrote a comment+100 XP

1mo ago

JavaScript Essentials for PHP Developers : Ep 3, Smooth Operators

please explain ==,===,!=,!==,!=== what is the difference

priya_N_E's avatar

priya_N_E wrote a comment+100 XP

1mo ago

Laravel From Scratch (2026 Edition): Ep 4, Layout Files

what does {{$slot}} do? we didn't declare any where . why you didn't get error regarding slot?