Laravel
Hello, I am stack when my sessions expire, all of my links seem active, then after clicking them, i see laravel header errors and null errors... i have created App/Exceptions/Handler.php, tried catching the errors from there, but the links still seem like they are active yet reflecting errors other...

Posted by Speed
3 days ago.
General discussion
I'm planning on deploying Laravel long term through my LXC containers on Proxmox is there anything wrong with doing it through there over anywhere else? All I need is a booking system setup that will have a combination of Packages, monthly subscriptions, and integrating a zoom integration/login feat...

Posted by joshua756
1 month ago.
Laravel
Which is the latest course i can use to learn API design with Laravel?

Posted by umega
1 month 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
2 months 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
2 months ago.
Inertia
Please make videos about inertiajs with filepond. How upload ,how revert how preload files when edit. Full option.

Posted by marcin18481
2 months 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
3 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
8 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
8 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
9 months ago.