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
5 days ago.
0
31
LivewireSolved

Livewire - Array as query string

I have an array property `topic` on a livewire component that I want to use as query string, the query string looks like this currently `example.com/?topic[0]=livewire&topic[1]=laravel`, what I want the url to look like is `example.com/?topic=livewire,laravel` currently I introduce a different pr...
selorm
Posted by selorm
5 months ago. Last reply 1 week ago.
9
757
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
3 weeks ago. Last reply 1 week ago.
1
102
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!
laravel_dan
Posted by laravel_dan
9 months ago. Last reply 1 week ago.
11
1036
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
4 weeks ago.
0
50
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
4 weeks ago.
0
50
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
1 month ago.
0
49
Laravel

Laravel mult-tenant subscription

Hi @alex how are you? I’ve studied you corse about creating a multi-tenant multi-database system with the library tenancy. I would like to implement plan subscriptions when a new tenant register into the database. I believe I can make the Tenant model billable but non sure about migrations fo plan t...
vincenzo
Posted by vincenzo
1 month ago.
0
82
Laravel

Laravel multitenant using Stencil multitenancy using domain/subdomain and/or route parameter.

Hello @Alex, I know I have seen that you already have some tutorials about multitenancy using the stencil, but none of them goes into details, or the one that does I think uses an old version, can you update the course or create a new one, using the latest release? and some best practices when you...
atis
Posted by atis
1 month ago.
0
76
Laravel

learn laravel

the course laern laravel is not work is navigate me to anither one laravel basics somthing wrong
devolum
Posted by devolum
1 month ago. Last reply 1 month ago.
2
172