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
In order to use blade view in production, a `view.php` file must be added in `config` directory to specify the path where the compiled view should be stored.
30
+
In order to use Blade views in production, a `view.php` file must be added in the `config` directory to specify the path where the compiled views should be stored.
An alternative to using the current working directory is to use the system temporary directory with `sys_get_temp_dir()`, but any path can be specified, such as a custom location in the user's home directory.
43
47
44
-
You also need to add the `resources` directory in the `box.json` file to include it in the PHAR file will be compiled:
48
+
The `resources` directory must also be added to the `box.json` file to include it in the compiled PHAR file:
0 commit comments