Artison の移行と認識クラスのシードに問題があります。composer dumpautoload で問題を解決できることを読みましたが、現在、Cloud9 で dump-autoload を実行する際に問題が発生しています。
私が実行すると:$ composer dump-autoload
次のエラーが表示されます。
[ErrorException]
file_put_contents(/home/ubuntu/workspace/vendor/composer/autoload_namespaces.php): failed to open stream: Permission denied
私が実行すると:
$ composer update
私は以下を取得します:
Cannot create cache directory /home/ubuntu/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/ubuntu/.composer/cache/files/, or directory is not writable. Proceeding without cache
You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing symfony/yaml (v3.1.5)
Update failed (Could not delete /home/ubuntu/workspace/vendor/symfony/yaml/Dumper.php: )
パーミッションに問題があるようです。私の質問は、Cloud9 環境でこれらを修正するにはどうすればよいですか?