【发布时间】:2015-04-28 06:47:36
【问题描述】:
我正在关注 Laravel installation guide,但我陷入了以下困境:
确保将 ~/.composer/vendor/bin 目录放在您的 PATH 中,以便您的系统可以找到 laravel 可执行文件。
苦苦挣扎了一个多小时,在这里Laravel installation: How to place the ~/.composer/vendor/bin directory in your PATH?找到了答案
但是,我不确定在哪里可以找到 ~/.bashrc 文件。这是我运行后终端所说的内容
composer global require "laravel/installer=~1.1"
Changed current directory to /Users/meastham/.composer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
谁能一步一步解释找到 .bashrc 文件?明明是隐藏文件,所以不是很明显
【问题讨论】:
-
您使用的是 Windows、Mac OS X 还是 Linux?
标签: laravel