Modal Login/Sign Up Like CodeCourse.com
how it works and how to make , any one knows?
Laravel
i am creating a multilanguage website using laravel livewire , multilanguage from database , a table language haev all language key and id , name, can be added more , there willl be a default language eng id 1 , user can change ,also , ilike i have a table called services , in services coloum - id,...

Posted by wees377
9 months ago.
Livewire
A datable that would involve fetching data,pagination,fetching number of records,multiple delete and extracting CSV etc
General discussion
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.
Livewire
Would love to see a series on Laravel Dusk for Laravel Livewire.
PHP
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
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
9 months 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
9 months 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...
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
10 months ago. Last reply
9 months ago.