Innocent Mazando

Results 9 comments of Innocent Mazando

As in what if i do not want to upload but i want the images as is so that i can manipulate them and do what i want with them...

I was about to start on looking on the button events, i think you can trim them down to the way the normal dialogs work like `Dialog.setOnPositiveClickListener` When this is...

@muigukenneth ok, sure will do, let me finish up what am upto on that repo currently

Android 8.1.0 Screen size is 5.5"

I think for now we need to do a work around. Here is how I did mine. I created a criteria to load relationships first. ```php class WithRelationshipsCriteria extends Criteria...

Works for plural modelling too: ```php public function __construct( private readonly ListDistrictsAction $action ) { } public function __invoke(ListDistrictsRequest $request): array { $districts = $this->action->run($request); return $this->transform($districts, DistrictTransformer::class); } ```

> @innoflash Thank you for this! 💪 Ill review it in the comming days. Sorry for the delay 😭 Sure, take your time. I may have found a couple more...

@Mohammad-Alavi where is the test file for the controller generation so I can add a test for this addition?