You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static method to load `manifest.json` file (default) from specified directory; for example:
38
+
Static method to load `manifest.json` file from specified directory. If only directory is specified then it is assumed that file name is `manifest.json` by default, otherwise the specified name is used. For example:
38
39
39
40
```php
40
41
ManifestJson::from('path/to/manifest/'); // defaults to `manifest.json`
0 commit comments