WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
config
/
Name
Action
..
313066
app.php
Edit
auth.php
Edit
broadcasting.php
Edit
cache.php
Edit
database.php
Edit
filesystems.php
Edit
index.php
Edit
mail.php
Edit
queue.php
Edit
services.php
Edit
session.php
Edit
site.php
Edit
view.php
Edit
Editing: view.php
<?php return [ /* |-------------------------------------------------------------------------- | View Storage Paths |-------------------------------------------------------------------------- | | Most templating systems load templates from disk. Here you may specify | an array of paths that should be checked for your views. Of course | the usual Laravel view path has already been registered for you. | */ 'paths' => [ resource_path('views'), ], /* |-------------------------------------------------------------------------- | Compiled View Path |-------------------------------------------------------------------------- | | This option determines where all the compiled Blade templates will be | stored for your application. Typically, this is within the storage | directory. However, as usual, you are free to change this value. | */ 'compiled' => realpath(storage_path('framework/views')), ];