Laravel

API course

Which is the latest course i can use to learn API design with Laravel?
umega
Posted by umega
2 days ago.
0
12
Laravel

Reverb (Production Issues)

Hi Guys, I'm having really strange issues with reverb on a production site. I've been following this course by (Alex) [Realtime with Laravel Reverb](https://codecourse.com/courses/realtime-with-laravel-reverb) and it workis perfectly on (Herd/Valet/Local), but as soon as I try to install it on a li...
richard54530
Posted by richard54530
1 week ago.
0
28
General discussion

Completed courses

Is there a way to mark my courses as completed, so that I dont see them or at least makred as completed in the courses overview?
pascal817
Posted by pascal817
3 weeks ago.
0
67
Livewire

livewire datatable component is unable to send request when a row gets checked

I have tried to integrate livewire datatable into my project. unfortunately when I check an item it is not being marked with background color in real time. It works when I move to the next page with pagination link. `I think my datatable livewire component is unable to send request when the item ge...
Prawin
Posted by Prawin
4 weeks ago.
0
72
Inertia

Course with Filepond

Please make videos about inertiajs with filepond. How upload ,how revert how preload files when edit. Full option.
marcin18481
Posted by marcin18481
1 month ago.
0
77
Laravel

Broadcsting an event breaks redirect / response

Hello, I'm running into a strange issue with Reverb, and I'm hitting walls trying to figure it out. I have a modal. In this modal, you fill in some fields to create a task. On successful form submission, the modal should close, but when using Reverb, it doesn't. It doesn't matter which channel t...
Haz
Posted by Haz
2 months ago.
0
75
Laravel

Rate Limiter custom login/reg

how to add custom rate limiter using id to secure login registration in livewire here my code ```php <?php namespace App\Livewire; use Livewire\Component; use App\Models\User; use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Mail; use App\Jobs\SendOtpEmailJob; use Illuminat...
wees377
Posted by wees377
7 months ago.
0
200
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
7 months ago.
0
157
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
7 months ago.
0
158
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
8 months ago.
0
343