LinuxビギナーがAWSのEC2にLaravelを下記の手順でインストールしました。
・コンポーザーをインストール curl -sS https://getcomposer.org/installer | php ・移動させる sudo mv composer.phar /usr/local/bin/composer ・ララベルインストール composer global require "laravel/installer"
Apacheと連携させて初期画面?(Laravelと中央に書かれている画面)は無事に表示させることができました。
が、、、、、、、、、、、、、、、、、
composer global require "laravel/installer"
でインストールされたファイル群はどこに配置されるのでしょうか???
今後EC2内のLaravelを一掃したいときにどこのフォルダやファイルを消す必要があるのか知っておきたいのでよろしくお願いいたします。
以下は、composer global require "laravel/installer"を実行した時のログです。
[ec2-user@ip-10-0-1-10 bin]$ composer global require "laravel/installer" Changed current directory to /home/ec2-user/.composer Using version ^2.1 for laravel/installer ./composer.json has been created Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 14 installs, 0 updates, 0 removals - Installing symfony/process (v4.3.3): Downloading (100%) - Installing symfony/polyfill-ctype (v1.12.0): Downloading (100%) - Installing symfony/filesystem (v4.3.3): Downloading (100%) - Installing psr/container (1.0.0): Downloading (100%) - Installing symfony/service-contracts (v1.1.5): Downloading (100%) - Installing symfony/polyfill-php73 (v1.12.0): Downloading (100%) - Installing symfony/polyfill-mbstring (v1.12.0): Downloading (100%) - Installing symfony/console (v4.3.3): Downloading (100%) - Installing guzzlehttp/promises (v1.3.1): Downloading (100%) - Installing ralouphie/getallheaders (3.0.3): Downloading (100%) - Installing psr/http-message (1.0.1): Downloading (100%) - Installing guzzlehttp/psr7 (1.6.1): Downloading (100%) - Installing guzzlehttp/guzzle (6.3.3): Downloading (100%) - Installing laravel/installer (v2.1.0): Downloading (100%) symfony/service-contracts suggests installing symfony/service-implementation symfony/console suggests installing symfony/event-dispatcher symfony/console suggests installing symfony/lock symfony/console suggests installing psr/log (For using the console logger) guzzlehttp/psr7 suggests installing zendframework/zend-httphandlerrunner (Emit PSR-7 responses) guzzlehttp/guzzle suggests installing psr/log (Required for using the Log middleware) Writing lock file Generating autoload files

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/08/11 14:21
2019/08/11 15:36