Laravel
Which is the latest course i can use to learn API design with Laravel?

Posted by umega
1 day ago.
Laravel
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...

Posted by richard54530
1 week ago.
General discussion
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?

Posted by pascal817
3 weeks ago.
Livewire
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...

Posted by Prawin
4 weeks ago.
Inertia
Please make videos about inertiajs with filepond. How upload ,how revert how preload files when edit. Full option.

Posted by marcin18481
1 month ago.
Laravel
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...

Posted by Haz
2 months ago.
Laravel
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...

Posted by wees377
7 months ago.
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
7 months 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
7 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
8 months ago.