Rex Bengil
Rex Bengil
The problem here is that it ignores any(?) directory named "vendor" In /src/TranslationFileTranslators/JsonArrayFileTranslator.php line 103 replace the line below and it will work `$finder->in(base_path())->exclude('storage')->exclude('vendor')->in(base_path().DIRECTORY_SEPARATOR.'resources'.DIRECTORY_SEPARATOR.'views'.DIRECTORY_SEPARATOR.'vendor')->name('*.php')->name('*.twig')->name('*.vue')->files();`
> Here is [my opinion](https://github.com/sindresorhus/caprine/issues/1189#issuecomment-607371563) on this. I get the privacy stuff but its running faster and better than Caprine (cause its official) Does it support Linux? I can't find...
How can we get access to this scope? ``` PHPShopify \ Exception \ ApiException (403) [API] This action requires merchant approval for read_inventory scope. For example: $inventoryItems = $shopify->InventoryItem()->get(['ids' =>...
I am experiencing this on Laravel 8,  
In my experience, this seems to happen if there's a network issue with my server and it cannot communicate directly to the Shopify server. Still, there's plenty to consider too...
@vahidalvandi check my PR https://github.com/tanmuhittin/laravel-google-translate/pull/58 it solves this issue