PhpStorm Laravel artisan 马普
PhpStorm Laravel artisan Mamp
我正在学习 PHP 并想使用 Laravel,通过这样做我遵循教程,解释它的人使用 artisan 命令。
但是我查了一下如何添加这样的命令但是每次我去命令行工具支持时它都会给我这个错误
Problem
Failed to parse output as xml: Error on line 2: Content is not allowed in prolog..
命令
php.exe D:\Websites\untitled\artisan list --format=xml
输出
Warning: require(D:\Websites\untitled\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in D:\Websites\untitled\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'D:\Websites\untitled\bootstrap/../vendor/autoload.php' (include_path='.;C:\php\pear') in D:\Websites\untitled\bootstrap\autoload.php on line 17
所以我删除了那个项目并使用 "composer project" 再次安装了 Laravel
并且再次尝试添加 artisan 对这个新的开始不起作用。
我错过了什么吗?还是我忘了做什么?
希望有人能帮助我,因为我还是初学者,这将是一所很好的学习学校
问候
迪格
运行 composer 在使用 php artisan 之前安装:
composer install
我正在学习 PHP 并想使用 Laravel,通过这样做我遵循教程,解释它的人使用 artisan 命令。 但是我查了一下如何添加这样的命令但是每次我去命令行工具支持时它都会给我这个错误
Problem
Failed to parse output as xml: Error on line 2: Content is not allowed in prolog..
命令
php.exe D:\Websites\untitled\artisan list --format=xml
输出
Warning: require(D:\Websites\untitled\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in D:\Websites\untitled\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'D:\Websites\untitled\bootstrap/../vendor/autoload.php' (include_path='.;C:\php\pear') in D:\Websites\untitled\bootstrap\autoload.php on line 17
所以我删除了那个项目并使用 "composer project" 再次安装了 Laravel 并且再次尝试添加 artisan 对这个新的开始不起作用。
我错过了什么吗?还是我忘了做什么?
希望有人能帮助我,因为我还是初学者,这将是一所很好的学习学校
问候 迪格
运行 composer 在使用 php artisan 之前安装:
composer install