Laravel
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...
Posted by alberto82230
3 weeks ago. Last reply
5 days ago.
General discussion
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!
Posted by laravel_dan
9 months ago. Last reply
6 days ago.
Guides
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...
Posted by ericson
3 weeks ago.
Feedback
Analogue to your course "Build Your Own PHP Framework" but for JS/TS.
Posted by Johan
3 weeks ago.
Laravel
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,...
Posted by vijay34043
3 weeks ago.
Laravel
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...
Posted by vincenzo
1 month ago.
Laravel
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...
Posted by atis
1 month ago.
Laravel
the course laern laravel is not work is navigate me to anither one laravel basics somthing wrong
General discussion
Greetings,
Who would fancy a course, of building out some app fit for using Domain Driven Design with Laravel?
I know that Alex worked on an ADR( Action-Domain-Responder ) course, so perhaps something like DDD, Clean Architecture, or Hexagonal Architecture, could be interesting for teaching more v...
Posted by daniel10426
1 month ago.
Laravel
Hi,
I want to write blog articles, and want to add some example code snippets. Is there any blade directive that can be readily used for this ?
Thanks,
Posted by piyush56632
1 month ago.