File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1136,7 +1136,7 @@ Asset::asset('css/style.css');
11361136
11371137| params | Description |
11381138| ---------------| -----------------------------|
1139- | base_path | PAth to file |
1139+ | base_path | Path to file |
11401140| cache | By Default is ` false ` . Tell method to include cache for each file |
11411141| path_type | By Default is ` false ` , which uses absolute path for all files. While ` true ` will use relative path |
11421142
@@ -1165,7 +1165,6 @@ Asset::config('storage', false);
11651165
11661166- or -- ` using helper method `
11671167``` php
1168-
11691168// absolute path
11701169config_asset('storage/main.js', true);
11711170// Output: http://domain.com/storage/main.js?v=111111111
@@ -1385,7 +1384,7 @@ use Tamedevelopers\Support\AutoloadRegister;
13851384AutoloadRegister::load('folder');
13861385
13871386or
1388- autoload_register(['folder', 'folder2]);
1387+ autoload_register(['folder', 'folder2' ]);
13891388```
13901389
13911390## Helpers Functions
You can’t perform that action at this time.
0 commit comments