라라벨 config/view.php

1 개요[ | ]

라라벨 config/view.php
<?php
return [
    'paths' => [
        realpath(base_path('resources/views')),
    ],
    'compiled' => realpath(storage_path('framework/views')),
];

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}