"라라벨 bootstrap/autoload.php"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 라라벨 autoload.php 문서를 라라벨 bootstrap/autoload.php 문서로 옮기면서 넘겨주기를 덮어썼습니다)
15번째 줄: 15번째 줄:
==같이 보기==
==같이 보기==
*[[라라벨 스크립트]]
*[[라라벨 스크립트]]
*[[/var/www/laravel/artisan]]


[[분류: /var/www/laravel/bootstrap]]
[[분류: /var/www/laravel/bootstrap]]
[[분류: .php]]
[[분류: .php]]

2016년 5월 16일 (월) 01:47 판

1 개요

라라벨 autoload.php
라라벨 bootstrap/autoload.php
<?php
define('LARAVEL_START', microtime(true));
require __DIR__.'/../vendor/autoload.php';
$compiledPath = __DIR__.'/cache/compiled.php';
if (file_exists($compiledPath)) {
    require $compiledPath;
}

2 같이 보기

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