Category "laravel"

Laravel 8: Attempt to read property "id" on null

I am facing this error 'Attempt to read property "id" on null' in Laravel 8. It was working fine before but in my view I changed $user->id to $user->profi

Laravel Datatable addColumn returns ID of one record only

I'm trying to use Yajra Datatable to integrate a DataTable in my website. I was able to render the table but run into a problem. In the addColumn field where i

Laravel Pagination links not including other GET parameters

I am using Eloquent together with Laravel 4's Pagination class. Problem: When there are some GET parameters in the URL, eg: http://site.com/users?gender=female

Eloquent makes a lot of queries

I just started playing with Laravel 4 and Eloquent. I have a blog table and lots of other related tables to it: blog <- main info about the blog record blog

Eloquent makes a lot of queries

I just started playing with Laravel 4 and Eloquent. I have a blog table and lots of other related tables to it: blog <- main info about the blog record blog

Choose Amazon S3 storage class using Laravel Filesystem

Amazon S3 has different storage classes, with different price brackets. I was wondering if there's a way I can choose a storage class in Laravel's Filesystem

Payoneer integration in laravel

Need of Payoneer integration in my project. I am beginner in Laravel and could not understand how to integrate Payoneer REST API it in my project?

Laravel video upload - issue with ios device, mime-type application/octet-stream

I created an API to upload videos. when I upload a video from postman its works fine but when I use the same API with ios device file extension missing. Request

Laravel video upload - issue with ios device, mime-type application/octet-stream

I created an API to upload videos. when I upload a video from postman its works fine but when I use the same API with ios device file extension missing. Request

Payoneer integration in laravel

Need of Payoneer integration in my project. I am beginner in Laravel and could not understand how to integrate Payoneer REST API it in my project?

Laravel video upload - issue with ios device, mime-type application/octet-stream

I created an API to upload videos. when I upload a video from postman its works fine but when I use the same API with ios device file extension missing. Request

Payoneer integration in laravel

Need of Payoneer integration in my project. I am beginner in Laravel and could not understand how to integrate Payoneer REST API it in my project?

Payoneer integration in laravel

Need of Payoneer integration in my project. I am beginner in Laravel and could not understand how to integrate Payoneer REST API it in my project?

How to override the message of the custom validation rule in Laravel?

I am developing a Laravel application. What I am doing in my application is that I am trying to override the custom validation rule message. I have validation

How to override the message of the custom validation rule in Laravel?

I am developing a Laravel application. What I am doing in my application is that I am trying to override the custom validation rule message. I have validation