AWS エラー解決 Uncaught ReferneceError:PhpDebugBar
はじめに
AWSのデプロイを完了はしましたがUncaught ReferneceError:PhpDebugBar is not defined
というエラーが出ました。最初にローカル環境でデバックツールを導入したので本番環境では不必要になります。こちらを削除する為に備忘録として投稿致します。
ステップ1
Configフォルダのappを編集
'debug' => env('APP_DEBUG', false),
ステップ2
ローカル環境にて実行するアプリをディレクトリに設定して下記を実行
composer remove barryvdh/laravel-debugbar
ステップ3
デバックバーを削除できたのでcomposer.json
とcomposer.lock
の二つの設定ファイルを書き換える必要があります。なので
composer install
を実行して下さい。
ステップ4
最後にGitHub DesktopにてマージしてEC2にてgit pull
で上書きを実行。これで削除ができると思います。
Author And Source
この問題について(AWS エラー解決 Uncaught ReferneceError:PhpDebugBar), 我々は、より多くの情報をここで見つけました https://qiita.com/yutarou/items/e9010c70a267a869adc4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .