<?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' => env( 'VIEW_COMPILED_PATH', realpath(storage_path('framework/views')) ), ];
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
app.php | File | 7.6 KB | 0644 |
|
auth.php | File | 3.81 KB | 0644 |
|
broadcasting.php | File | 2.04 KB | 0644 |
|
cache.php | File | 3.2 KB | 0644 |
|
cors.php | File | 846 B | 0644 |
|
database.php | File | 5.17 KB | 0644 |
|
filesystems.php | File | 2.31 KB | 0644 |
|
hashing.php | File | 1.54 KB | 0644 |
|
logging.php | File | 3.7 KB | 0644 |
|
mail.php | File | 3.69 KB | 0644 |
|
queue.php | File | 2.84 KB | 0644 |
|
sanctum.php | File | 2.24 KB | 0644 |
|
services.php | File | 979 B | 0644 |
|
session.php | File | 6.86 KB | 0644 |
|
view.php | File | 1.03 KB | 0644 |
|