douhui3330 2014-02-14 19:39
浏览 70
已采纳

在Mac OSx上安装和配置Laravel

I'm trying to configure and use Laravel php framework..

I'm following this Tutorial to install and configure it.

At this point I read:

$ chmod -R 0777 app/storage
// This is simply setting your environment - bootstrap/start.php
$ find -name 'bootstrap/start.php' -print -exec sed -i 's/your-machine-name/localhost/g' {} \; # add machine-name to local env, for instance "localhost"
// MAC OSX FRIENDLY VERSION: find bootstrap -name 'start.php' -exec sed -i '' -e 's/your-machine-name/localhost/g' {} \;

I'm a mac OSx user and I'm not understood this command:

find bootstrap -name 'start.php' -exec sed -i '' -e 's/your-machine-name/localhost/g' {} \;

What is this?

What should I do?

  • 写回答

1条回答 默认 最新

  • douxiluan6555 2014-02-14 19:46
    关注

    It appears to look for a file within the bootstrap directory named 'start.php'. For matching files, it will replace 'your-machine-name' with 'localhost'. To break it down:

    • find - Executes the find command
    • bootstrap - The folder to search in
    • -name 'start.php' - Searches for the file named 'start.php'
    • -exec - For each file that matches the above find, execute the following:
    • sed -i '' -e - Search and replace the following string: (-i modifies the file in-place, -e allows for multiple search/replaces if desired)
    • 's/your-machine-name/localhost/g' - Replace 'your-machine-name' with 'localhost' throughout the whole file
    • {} \; - Ends the find
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器