douxin1884 2016-01-18 14:43
浏览 43
已采纳

可以找出为什么laravel试图在mac os中运行apt-get

I am very new to Laravel and I have been assigned to work on a laravel app.

I installed composer and when i do composer install or composer update i see this in the terminal:

> php artisan optimize
  Generating optimized class loader
> php artisan test:setup
  sudo apt-get install -y xvfb firefox chromium-browser chromium-chromedriver
  Password:

I don't understand why it is running that command on my mac? How can i disable that?

  • 写回答

1条回答 默认 最新

  • dongwopu8210 2016-01-18 15:00
    关注

    You are running an artisan command test:setup. As far as i know that is not a standard laravel artisan command.

    Someone in that project probably made a custom command in the app/commands folder that installs those packages for you so you are able to run certain custom tests.

    If you want to remove it: Look inside the app/commands or search your project for a file like testCommand.php and disable the code.

    You can read more about artisan commands in the docs.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 ensp的问题(需要各个路由器命令)
  • ¥15 Matlab怎么求解含参的二重积分?
  • ¥15 苹果手机突然连不上wifi了?
  • ¥15 cgictest.cgi文件无法访问
  • ¥20 删除和修改功能无法调用
  • ¥15 kafka topic 所有分副本数修改
  • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))
  • ¥15 如何利用mmdetection3d中的get_flops.py文件计算fcos3d方法的flops?
  • ¥40 串口调试助手打开串口后,keil5的代码就停止了
  • ¥15 电脑最近经常蓝屏,求大家看看哪的问题