【发布时间】:2018-09-04 05:54:54
【问题描述】:
如何将Laravel 5.6 应用托管到共享主机上的 cpanel。
谁能给个思路
require __DIR__.'/../vendor/autoload.php';
/*
|--------------------------------------------------------------------------
| Turn On The Lights
|--------------------------------------------------------------------------
|
| We need to illuminate PHP development, so let us turn on the lights.
| This bootstraps the framework and gets it ready for use, then it
| will load up this application so that we can run it and send
| the responses back to the browser and delight our users.
|
*/
$app = require_once __DIR__.'/../bootstrap/app.php';
/*
\#########my index.php file
【问题讨论】:
-
code sn-p有什么意义?