windows下xampp搭载php7.2.12下载tp5.2和fr
报错如下:
Warning: require(D:\xampp\htdocs\thinkphp5\public/../vendor/autoload.php): failed to open stream: No such file or directory in D:\xampp\htdocs\thinkphp5\public\index.php on line 15
Fatal error: require(): Failed opening required 'D:\xampp\htdocs\thinkphp5\public/../vendor/autoload.php' (include_path='D:\xampp\php\PEAR') in D:\xampp\htdocs\thinkphp5\public\index.php on line 15
访问http://localhost/dashboard/正常
最佳答案