class PhpEngine implements Engine (View source)
| protected Filesystem | $files | The filesystem instance. | 
| void | __construct(Filesystem $files) Create a new file engine instance. | |
| string | get(string $path, array $data = []) Get the evaluated contents of the view. | |
| string | evaluatePath(string $path, array $data) Get the evaluated contents of the view at the given path. | |
| void | handleViewException(Throwable $e, int $obLevel) Handle a view exception. | 
Create a new file engine instance.
Get the evaluated contents of the view.
Get the evaluated contents of the view at the given path.
Handle a view exception.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/View/Engines/PhpEngine.html