We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebdf4f3 + 42040d5 commit ecb8239Copy full SHA for ecb8239
docs/configuration.md
@@ -159,7 +159,7 @@ use Codewithkyrian\Transformers\Transformers;
159
public function boot()
160
{
161
Transformers::setup()
162
- ->setCacheDir(storage_path('app/transfomers'))
+ ->setCacheDir(storage_path('app/transformers'))
163
->setRemoteHost('https://yourmodelshost.com')
164
->setRemotePathTemplate('custom/path/{model}/{file}')
165
->setAuthToken('your-token')
0 commit comments