composer

Macにcomposerをbrewでインストール

What? これじゃインストールできない $ brew install composer ... Error: No similarly named formulae found. ==> Searching taps... These formulae were found in taps: homebrew/php/composer Caskroom/cask/multimarkdown-composer homebrew/php/compo…

Laravel 5.4: Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' のエラー

What? Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' のエラーがでる Why? Composerがおかしくなってて、ライブラリが見つけられない How to? ライブラリの Install しなおし & autoload の dump ファイルの更新 $ composer inst…

Dependency "laravel/framework" is also a root requirement, but is not explicitly whitelisted. Ignoring.の意味

What? Dependency "laravel/framework" is also a root requirement, but is not explicitly whitelisted. Ignoring.と表示されて意味がわからん $ composer remove laravelcollective/html Dependency "laravel/framework" is also a root requirement, but…

composer removeとかupdateとかできない

What? Class hogehoge not foundと表示されて、composerでライブラリ操作ができなくなる $ composer remove illuminate/html Dependency "laravel/framework" is also a root requirement, but is not explicitly whitelisted. Ignoring. Dependency "larave…