Salman Hijazi

Results 5 comments of Salman Hijazi

I think you need to add this to fix the broken thumbnail: `Media::make('Gallery')->conversionOnDetailView('video')`

> Hi @ebess, > it seams that you are right about that. When i remove the thumbnail generation and just use a placeholder the upload seams to work. > >...

Here's how I created a PercentageDiscountHandler for myself. Just extended the FixedDiscountHandler and changed the calculation logic. ```

````- michielkempen/nova-order-field 2.1.0 requires laravel/nova ^2.0|^3.0 -> found laravel/nova[dev-master, v2.0.0, ..., v2.12.0, v3.0.0, ..., 3.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (~4.0).```` Cannot install from...

Thank you, Marco! Your code did the trick. I place the file, below, under Console > Commands and it automatically got picked up and worked! Will remove this file once...