current location:Home > Technical Articles > Development Tools > composer
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Composer dependency management (PHP tool)
- Stop searching everywhere for PHP extension packages. For modern languages, package managers are basically standard. Java has Maven, Python has pip, Ruby has gem, and Nodejs has npm. PHP uses PEAR, but PEAR has a lot of pitfalls.
- composer 4314 2020-01-26 16:01:35
-
- Composer installs laravel specified version
- Below, the composer tutorial column will introduce to you how to install the specified version of laravel with composer. I hope it will be helpful to friends in need! First install composer; the command for composer to install the specified version of laravel is...
- composer 6397 2020-01-20 13:29:21
-
- Correct method to install Composer extension package
- Below, the composer tutorial column will introduce you to the correct installation method of the Composer expansion package. I hope it will be helpful to friends in need! Description of the problem: We often need to add extension packages to existing projects, sometimes due to incorrect guidance in the documentation. The following picture comes from this document...
- composer 4646 2020-01-17 15:57:25
-
- Two ways to install composer
- Below, the composer tutorial column will introduce two methods of composer installation. I hope it will be helpful to friends in need! 1. Partial installation (valid only in specific projects); 2. Global installation (can be valid anywhere on the machine)
- composer 2890 2020-01-11 14:40:14
-
- Introduction to solutions to common Composer errors
- Below, the composer usage tutorial column will introduce to you the solutions to common Composer errors. I hope it will be helpful to friends in need! An error was encountered when executing composer install: Your requirements could not be resolved to...
- composer 3149 2020-01-08 14:33:29
-
- How to install symfony in composer
- Below, the composer tutorial column will introduce to you how to install symfony with composer. I hope it will be helpful to friends who need it! 1. Install or install a specific version; 2. Run; 3. Check the configuration "php bin/symfony_requirements".
- composer 3201 2020-01-06 14:27:57
-
- Composer implements automatic loading of projects (Composer manages dependency packages)
- Composer manages dependent packages and implements automatic loading; composer adds and deletes dependent packages to the project through require and remove commands. Composer can implement the PSR-4 automatic loading specification by configuring the composer.json file in the project root directory.
- composer 3358 2020-01-03 16:22:36
-
- 5 Composer Tips PHP Developers Should Know
- Composer is a new generation of PHP dependency management tool. This article introduces five tips for using Composer, hoping to bring convenience to your PHP development. 1. Only update a single library; 2. Install libraries without editing composer.json; 3. Forking is easy; 4. Consider caching.
- composer 3220 2020-01-02 09:56:30
-
- How to update thinkphp version through composer
- Below, the composer usage tutorial column will introduce to you how to update the thinkphp version through composer. I hope it will be helpful to friends in need! Go to the project root directory, enter composer update and expect to update to the latest version, but it prompts that nothing has been updated...try clearing the cache...
- composer 4611 2019-12-30 15:59:27
-
- Some composer errors and solutions
- Below, the compo tutorial column will introduce to you some composer errors and solutions. I hope it will be helpful to friends in need! Question 1 Execute the following command...
- composer 5091 2019-12-26 17:09:20
-
- Composer update method to update and lower the version
- Below, the composer usage tutorial column will introduce to you how to update and lower the version of composer update. I hope it will be helpful to friends who need it! 1. I originally wanted to upgrade to 5.0.23. I updated it in the root directory and directly upgraded to 5.1.31. I felt that the version was a bit high. I wanted to downgrade to 5.0.23 as follows.
- composer 13479 2019-12-23 14:35:31
-
- 5 Composer Tips PHP Developers Should Know
- Composer is a new generation of PHP dependency management tool. This article introduces five tips for using Composer, hoping to bring convenience to your PHP development. 1. Only update a single library. You only want to update a specific library and don't want to update all its dependencies. It's very simple...
- composer 2467 2019-12-21 16:56:15
-
- How to remove dependencies in Composer
- Below, the Composer tutorial column will introduce you to the method of removing dependencies in Composer. I hope it will be helpful to friends in need! When I used composer to install dependencies, I installed the wrong package. I couldn't find the command to remove dependencies on its Chinese website, so I had to use what the official website said...
- composer 6307 2019-12-20 14:17:54
-
- About the use of Composer in Yii2
- Below, the composer usage tutorial column will introduce the use of Composer in Yii2. I hope it will be helpful to friends in need! If we use Composer, we should first know what it is and what it is mainly used for. We can understand Composer as a management tool for PHP packages to manage our...
- composer 3218 2019-12-18 16:20:07
-
- How to add domestic mirror in composer
- Below, the composer tutorial column will introduce to you how to add domestic mirrors in composer. I hope it will be helpful to friends in need! Option 1. Global configuration (recommended) If only the current project uses the image, remove -g, as follows...
- composer 3065 2019-12-17 14:02:46