Karan Datwani

Results 54 comments of Karan Datwani

@tabacitu Please check. #144

@tabacitu Yes, noted. We will have it soon.

@tabacitu please check #152

@janusqa I'm looking for the same too., have you found something on this?

### Install: ` npm i clarity-js ` ### Import: ``` import { clarity } from 'clarity-js'; ``` ### Use: ``` clarity.start({ projectId: "xxxxxx", upload: 'https://m.clarity.ms/collect', track: true, content: true, });...

Hey @altayevrim I doubt `enumClass()` is working; it must be picking DB values. Can you retry with `->enum_class(\App\Enums\LineTypeEnum::class)` & `->enum_function('readableText')`?

Closing it due to no activity! Feel free to reopen it if you continue to face the issue.

Yes @tabacitu , this is ready for review. Hey @pxpm, Please give it a read and test? Thanks 🙃

@pxpm, I didn't knew backpack has following signatures: `php artisan backpack:model` `php artisan backpack:request` And this doesn't exists `php artisan backpack:controller` [Docs](https://backpackforlaravel.com/docs/5.x/generating-code#generate-crud-files-1) only shows the following which i have already...

I found these two were unmaintained and replaced by newer commands. So, as a final solution i have refactored these two to call newer backpack commands to keep up with...