LivewireSolved

Modal Login/Sign Up Like CodeCourse.com

Modal Login/Sign Up Like CodeCourse.com how it works and how to make , any one knows?
wees377
Posted by wees377
9 months ago. Last reply 9 months ago.
9
496
Laravel

MultiLanguage System Using Database 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,...
wees377
Posted by wees377
9 months ago.
0
188
Livewire

Datables Livewire course needs update and we need an Inertia Data tables course too

A datable that would involve fetching data,pagination,fetching number of records,multiple delete and extracting CSV etc
tanzim
Posted by tanzim
9 months ago. Last reply 9 months ago.
1
161
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
9 months ago. Last reply 9 months ago.
1
145
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
9 months ago. Last reply 9 months ago.
2
226
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
9 months ago. Last reply 9 months ago.
1
193
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
9 months ago.
0
213
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
9 months ago.
0
406
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
1 year ago. Last reply 9 months ago.
9
1745
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
10 months ago. Last reply 9 months ago.
1
256