Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura committed Aug 21, 2024
1 parent 4b8e2ab commit bb12747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ define(
],
'path_to_compiled_views' => __DIR__ . '/wp-content/themes/<your-theme>/dist/blade', // Where you want Blade to save compiled files.
'never_expire_cache' => false, // Use `true` on production environments.
'base_path' => __DIR__, // The base path that should be removed from paths before hashing.
'base_path' => __DIR__, // The base path that is common to the front-end and admin.
]
);
```
Expand Down

0 comments on commit bb12747

Please sign in to comment.