Laravel
@Alex any course on nWidart/laravel-modules?
Its a Request, I see a lot of project using it but am not able to grasp it. If you can make a course on it, it would be great help

Posted by amandeep
1 year ago. Last reply
1 year ago.
Recently I was watching [Multiple Drag And Drop File Uploading and Processing with Inertia](https://codecourse.com/courses/multiple-drag-and-drop-file-uploading-and-processing-with-inertia) course. I get in trouble with the EncodeVideo Job File.
**My EncodeVideo Job File**
```php
<?php
namespace...

Posted by polash
1 year ago. Last reply
1 year ago.
I have a Course Table and User table, and those tables relations on a pivot_table. Now I am checking which course user is enrolling in the course model like this but it is creating an n+1 problem. how to solve this.
*check enroll*
```php
'enrolled' => $this->users()->where('user_id', auth()->id())...

Posted by polash
1 year ago. Last reply
1 year ago.
Laravel
Hello, I purchased the premi package to study flutter with laravel, I would like to know how to do the laravel flutter registration method with image upload using DIO.

Posted by joaorobertovelozo
1 year ago.
Livewire
HI Alex
can you create a course for Livewire 3 where you can create a simple app. can talk about the best approaches and practices in Livewire
Thanks

Posted by sohail49
1 year ago. Last reply
1 year ago.
I noticed my lifetime access has been deactivated. Is anyone experiencing the same issue?

Posted by faridibin
1 year ago. Last reply
1 year ago.
Vue.js
Hi,
Hope you can help out. I finished the Meilisearch course (@alex thanks again for the great course) and integrated it within the Starterkit course. I would like to have the search results in a modal (just like codecourse.com :-) ) . Everything works fine, but the results aren't "clickable" becau...

Posted by Arjan
1 year ago.
Inertia
Hey Alex and community,
How would you handle payment failed when using Laravel/InertiaJS? Any course on codecourse or online reference?
So far, I have this plan:
- Add a new middleware to check for $user->hasIncompletePayment()
- If user has incomplete payment (or past_due status), I redirect the...

Posted by BilalHaidar
1 year ago.
Livewire
I've tired for many days didn't know why the post didn't save in the database :-
Here is the create component :-
```
<?php
namespace App\Http\Livewire\Design;
use App\Models\Design;
use App\Models\Post;
use App\Models\Project;
use App\Models\Team;
use Livewire\Component;
use Spatie\MediaLibrary\...

Posted by MichaelFayez
1 year ago. Last reply
1 year ago.
General discussion
Hello,
I'm trying to find a list of all available courses on Codecourse.
If I start with https://codecourse.com/subjects , I'll miss all the courses not in those subjects, for instance https://codecourse.com/courses/practical-git and many others.
Is there a way to see all available courses ?...

Posted by patrick30780
1 year ago. Last reply
1 year ago.