Laravel

Dealing with links after session expiry

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...
Speed
Posted by Speed
3 days ago.
0
10
General discussion

Is there anything wrong with Learning Laravel through my Proxmox LXC containers?

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...
joshua756
Posted by joshua756
1 month ago.
0
89
Laravel

API course

Which is the latest course i can use to learn API design with Laravel?
umega
Posted by umega
1 month ago.
0
89
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
2 months ago.
0
120
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
2 months ago.
0
123
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
2 months ago.
0
110
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
3 months ago.
0
104
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
8 months ago.
0
226
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
8 months ago.
0
184
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
205