2017-03-10から1日間の記事一覧

Laravel 5.4: Class 'Form' not found エラーが出る

What? illuminate/html を使って、フォームを作ろうとすると、Class 'Form' not found (View: /home/vagrant/Code/laravel/resources/views/articles/create.blade.php) エラーが出る Why? Laravel 5.2 から仕様がちょっと変わった illuminate/html ではなく…

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…