Jigar Dhulla

Results 8 issues of Jigar Dhulla

Correct ISO format: `-`. E.g. `IN-MH` Format Stored: ``. E.g. `MH` Correct format is referenced from here: https://www.iso.org/obp/ui/#iso:code:3166:IN https://www.iso.org/obp/ui/#iso:code:3166:GB https://www.iso.org/obp/ui/#iso:code:3166:UG When the State Code is Numeric **it may** conflict with...

Ref: https://ashallendesign.co.uk/blog/using-the-strategy-pattern-in-laravel

good first issue

good first issue

I am trying to use this widget in a resource and `$record` property in `InteractsWithRecords` trait is conflicting with the resource record. Our `fetchEvents()` implementation to fetch the events uses...

https://laracasts.com/discuss/channels/requests/guzzle-post-escapes-url-in-json-body?page=1&replyId=938544 ```php dump(json_encode(['redirect_uri' => 'https://hagil.nortesulvirtual.com/api/integrations/magalu'])); //"{"redirect_uri":"https:\/\/hagil.nortesulvirtual.com\/api\/integrations\/magalu"}" //if they used the option json_encode(['redirect_uri' => 'https://hagil.nortesulvirtual.com/api/integrations/magalu'], JSON_UNESCAPED_SLASHES); //"{"redirect_uri":"https://hagil.nortesulvirtual.com/api/integrations/magalu"}" ```

good first issue