General discussion

Old Courses Are Not Available via Search

Hey Alex, I have noticed that old courses don't exist anymore via search or even looking for them manually? I must have the link of the course to view it.
ms_dan
Posted by ms_dan
10 months ago. Last reply 10 months ago.
1
149
Livewire

What about a series on Laravel Livewire and Laravel Dusk?

Would love to see a series on Laravel Dusk for Laravel Livewire.
tanzim
Posted by tanzim
10 months ago. Last reply 10 months ago.
2
232
PHP

php algorithm and problem solving

Hi Sir, Sir, you can Make a Course for php algorithms and problem-solving skills or you can suggest to me how to develop my problem-solving skills like leetcode.com
abaydullah
Posted by abaydullah
10 months ago. Last reply 10 months ago.
1
200
Inertia

Meta tags facebook etc.. on SSR what is going on

I have a problem with meta tags. Facebook debugger does not see or interpret tags. The photo is not loading. The website is hosted on Forge (DO). I compile it using npm run build and it runs without errors. SSR starts. Strange behavior because the fb debugger shows the file with translations in the...
marcin18481
Posted by marcin18481
10 months ago.
0
238
Laravel

laravel reverb private channel with sanctum

i have a problem in laravel reverb with private channel with sanctum auth i make change in bootstrap/app.php : ->withBroadcasting( __DIR__.'/../routes/channels.php', ['prefix' => 'api', 'middleware' => ['api','auth:sanctum']], ) and this this my event : public function __cons...
eng-badr
Posted by eng-badr
10 months ago.
0
433
Laravel

class property to eloquent parameter

class FindCustomer extends Component { public string $codbar = ''; public function find(){ $customers = Customer::with('lightbulbs')->whereHas('lightbulbs', function($q) use ($this->codbar){ }); (...) What I wannt is to pass a parameter to the whereHas function so...
alberto82230
Posted by alberto82230
11 months ago. Last reply 10 months ago.
1
265
General discussion

E-Commerce Course with Inertia

Hey @alex, I think the e-commerce course with livewire, is a little bit outdated(livewire 3 is now out and meilisearch got a new version), though it's a great one. Perhaps looking forward for a new one with Inertia this time? Would be exciting! Looking forward!
ms_dan
Posted by ms_dan
1 year ago. Last reply 11 months ago.
11
1328
Guides

Request for Comprehensive WordPress Development Courses on Codecourse

Request for Comprehensive WordPress Development Courses Hi Alex First, I want to express my gratitude for the incredible Laravel, PHP, and Javascript courses you have provided over the years. Your in-depth approach to teaching Laravel and PHP has significantly enhanced my skills and those of man...
ericson
Posted by ericson
11 months ago.
0
183
Feedback

Course suggestion: Build your own JS/TS framework

Analogue to your course "Build Your Own PHP Framework" but for JS/TS.
Johan
Posted by Johan
11 months ago.
0
167
Laravel

Advice on Managing API Rate Limits for Quiz Page

Hi Alex, I have a Quiz Page in Laravel that operates across different domains. I'm storing all the quiz questions and answers on an API server using API requests. However, I'm encountering a rate limit issue with these API requests. Since customers can update quiz questions and answers immediately,...
vijay34043
Posted by vijay34043
11 months ago.
0
227