Relative Content

Tag Archive for phplaravellaravel-11

Ambiguous Column Error When Filtering Leads in Laravel Query Body

I’m working on a Laravel application where I need to apply filters on leads based on attributes from the associated company_users table. I’ve attempted to implement a feature that filters leads by lead_owner based on text input that matches the start, end, contains, or doesn’t contain specific text in the company_users.name field.

How can disable CSRF for some individual pages in Laravel 11

I’m using Laravel 11.3 to receive events from Issabel. When I sending data Via Curl in an Eventhandeler PHP AMI file from Issabel, it shows HTTP Code 419 as server respond. ChatGPT told me some changing in code but unfortunately they doesn’t work and are for previous version of Laravel. For example adding some changing in App.php like: