interface CompilerInterface (View source)
| string | getCompiledPath(string $path) Get the path to the compiled version of a view. | |
| bool | isExpired(string $path) Determine if the given view is expired. | |
| void | compile(string $path) Compile the view at the given path. | 
Get the path to the compiled version of a view.
Determine if the given view is expired.
Compile the view at the given path.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/View/Compilers/CompilerInterface.html