Livewire
Modal Login/Sign Up Like CodeCourse.com
how it works and how to make , any one knows?
Posted by wees377
6 hours ago.
Inertia
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...
Posted by marcin18481
2 days ago.
Laravel
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...
Posted by eng-badr
1 week ago.
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...
Posted by selorm
6 months ago. Last reply
1 week ago.
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
4 weeks ago. Last reply
2 weeks 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
2 weeks 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
1 month ago.
Feedback
Analogue to your course "Build Your Own PHP Framework" but for JS/TS.
Posted by Johan
1 month 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
1 month 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.