Home>
The environment is built with Docker and PHP Laravel.
I want Amazon CouldWatch Logs to output logs,
This articleThe following command was executed with reference to.
composer require maxbanton/cwh:^1.1.14
I installed maxbanton/cwh normally, but
When I visit my local site
I got an access error.
I would like to solve it, but I am not sure what is the cause, and I would appreciate any advice.
composer.json
Remove maxbanton/cwh from oncecomposer update --with-dependencies maxbanton/cwh
By command
update maxbanton/cwh and dependent packages
$composer update --with-dependencies maxbanton/cwh
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 3 updates, 3 removals
-Removing mtdowling/jmespath.php (2.5.0)
-Removing maxbanton/cwh (v1.1.14)
-Removing aws/aws-sdk-php (3.142.5)
-Updating symfony/polyfill-mbstring (v1.14.0 =>v1.17.1): Downloading (100%)
-Updating psr/log (1.1.2 =>1.1.3): Downloading (100%)
-Updating monolog/monolog (1.25.3 =>1.25.4): Downloading (100%)
...
maxbanton/cwh
Before installingcomposer.lock
Replace with filecomposer install
Execution
$composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 0 installs, 3 updates, 0 removals
-Downgrading psr/log (1.1.3 =>1.1.2): Downloading (100%)
-Downgrading monolog/monolog (1.25.4 =>1.25.3): Loading from cache
-Downgrading symfony/polyfill-mbstring (v1.17.1 =>v1.14.0): Loading from cache
- docker-compose restart
docker-compose version 1.25.5
Laravel Framework 5.5.47
PHP 7.3.11
-
Answer # 1
Related articles
- python - bugs after installing element ui in vue3
- javascript - can't run tests after installing enzyme other questions
- laravel - elimination of behavior after transition in router-view and reloading
- after installing eclipse, clicking the eclipse icon does not respond
- "error: package: mysql" while installing mysql 57 on amazon linux 2
- problem with composer when installing laravel
- postgresql - about installing postgres12 after installing the latest llvm 1000
- Things to do after installing Ubuntu 2004 (newbie tutorial)
- cannot connect http after installing httpd on centos 7
- unity - i can't proceed after installing unithub
- php - error when installing bensampo/laravel-enum on laravel 5838
- error installing python conda package
- php - after installing welcart on the existing site, i want to fix the title of the list page as "blog" to "onlin
- mb_convert_encoding () cannot be used after installing centos7, php74
- java - after installing and setting jdk180_191, an error appears after checking the version
- laravel 5 - mysql connection error after clearing laravel cache
- src is "[object Module]" after webpack package img
- Laravel 55 example of installing jwt-auth to generate token token
- Laravel third-party package reports class not found
Related questions
- php artisan migrate could not find driver
- php : (Composer) How to set the necessary dependencies for Laravel?
- php : Error installing laravel-ide-helper
- php : DockerFile is in under the folder, from there Copy is not done, wipes the error that finds a composer.json file
- php : Error when creating a project in Laravel
- php : Using Docker Compose, Vue 8080 port can not link to 8080 ports of PC running Docker
- php : AmazonLinux2 Docker I want to build an environment of NGINX + LarAvel on image
- php : SQLSTATE [42S02]: Base Table OR View Not Found:
- Laravel Transfer Factory in Submodule
- mysql : SQLSTATE [HY000] [2002] No such file or directory
I have not been able to investigate the cause,
On another branch
docker-compose up -d
Carried outYou can now access the site.