Vishal Ribdiya

Results 9 comments of Vishal Ribdiya

Yes, facing same issue. after upgrading to latest version in MySQL, sorting is not working.

@vireefdev you just need to add into `protected $searchable = []` ``` protected $searchable = [ 'groupBy'=>['table.id'], ]; ```

If you want to store your files on custom path here is the whole steps that you need to follow : 1. Take new fields into media table called path...

Hii @aneetkukreja1 , We have write sample unite tests, that are not using $rules, so it will run fine. Still, let us know the exact steps, so we can produce...

Better to use `spatie/permisson` as this package is dead now.

> > Better to use `spatie/permisson` as this package is dead now. > > spatie/laravel-permission ? Yes

Hi @CharlieBrownCharacter Thanks for reporting the issue with the solution. We just want to know where you had put that fix, we mean in which file & line number? Thanks

> Isntead of **addUrl('https://google.com','GOOGLE');** do **addUrl('https://google.com','TYPE=Google');** This really helps a lot.

Hi @Design2k I resolved it via the SSH panel. 1. Login to ssh panel 2. Goto your project path (`/var/www/html/`) 3. Remove the vendor folder if you already added (`rm...