Andre Cuellar
Andre Cuellar
Hello, I have a Job and command, my job is calling to a service class Command: ``` public function handle() { \App\Jobs\SyncFranchises::dispatch()->onQueue('sync'); } ``` Job: ``` public function handle() {...
Hi, I have created the .key and .crt files using the command: `openssl req -newkey rsa:2048 -nodes -keyout Area_Check.key -x509 -days 365 -out Area_Check.crt` last night everything worked fine when...
Hello, I have this column Column::callback(['min_distance'], function ($min_distance) { return $min_distance . ' m.'; })->label('Trade area) ->searchable(), But if I do a search, the result is displayed without highlighting ...
I'm trying to remove the white background in logos to get a transparent icon, for example on this image [![enter image description here][1]][1] Is .jpg, I want to remove white...