Tag: require
-
Post Views: 16 1. Edit .gitignore and add /vendor to the git warehouse, as shown in Figure 1 2. Failed to build in Jenkins, check Console output. as shown in Figure 2 3. Docker deployment, delete the composer install. Edit Dockerfile. as shown in Figure 3 4. Build successfully in Jenkins. as shown in Figure 4 5. Failed to start…
-
Post Views: 17 1. Check composer.json, prepare to uninstall the package: MoonToast Math Library 2. Use help to obtain the help information of the relevant command: remove, refer to the URL:https://getcomposer.org/doc/03-cli.md#remove 3. After the remove command deletes the dependent package relationship from the composer.json file in the current directory, the package corresponding to the relationship will be uninstalled and its…