小编Abh*_*bey的帖子

Laravel 警告和致命错误中要求打开失败

laravel 给出错误打开所需的 thrn (file path)(include_path='C:\xampp\php\PEAR')in (file path)

//my index file code id shown below


//require __DIR__.'public/vendor/autoload.php';
require_once $_SERVER['DOCUMENT_ROOT'].'public/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.
| …
Run Code Online (Sandbox Code Playgroud)

php laravel

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

laravel ×1

php ×1