Alpine.jsSolved

Alpine.store not initialising

Hello, I am running into an issue with `Alpine.store` and I can't seem to track it down. I am using `Alpine.store` in another project without any trouble. After trying (and failing) to compare both projects to see what's different, I thought I would seek help. I have a feeling it might be super obv...
Haz
Posted by Haz
1 month ago. Last reply 1 month ago.
2
99
Laravel

Can you teach us nWidart/laravel-modules?

@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
amandeep
Posted by amandeep
1 month ago. Last reply 1 month ago.
5
171
InertiaSolved

FFMpeg package file convert problem

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...
polash
Posted by polash
1 month ago. Last reply 1 month ago.
3
121
LaravelSolved

How to solved N+1 Problem

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())...
polash
Posted by polash
1 month ago. Last reply 1 month ago.
3
174
PHP

Slim 4 with Authentication (but at php 8+ level)

Hi Alex. I have worked on your Slim 4 Authentication course incorporating Sentinel. I struggled with a lot of dependency issues. Would it be possible to upgrade this to work with the latest php version 8 (and dependencies that support thiis)? I have been digging around Daniel Opitz's Slim 4 skeleto...
mark50199
Posted by mark50199
2 months ago. Last reply 2 months ago.
1
183
Laravel

Flutter Laravel Complete Authentication

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.
joaorobertovelozo
Posted by joaorobertovelozo
2 months ago.
0
284
Livewire

can we get a livewire 3 course ?

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
sohail49
Posted by sohail49
2 months ago. Last reply 2 months ago.
2
315
General discussionSolved

Lifetime Access Disappeared

I noticed my lifetime access has been deactivated. Is anyone experiencing the same issue?
faridibin
Posted by faridibin
3 months ago. Last reply 2 months ago.
3
406
Vue.js

show the results in a modal on the meilisearch course

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...
Arjan
Posted by Arjan
3 months ago.
0
231
Inertia

Handle payment failed in Laravel Cashier

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...
BilalHaidar
Posted by BilalHaidar
3 months ago.
0
241