라라벨 bootstrap/autoload.php

Jmnote bot (토론 | 기여)님의 2017년 7월 11일 (화) 02:16 판 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))

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 같이 보기

3 참고

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