Composer: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
==Concept== | ==Concept== | ||
* project is defined by file <code>composer.json</code> | * project is defined by file <code>composer.json</code> | ||
* [https://packagist.org/ Packageis] is the main and standard repository, so you don't have to tell composer where to find which package | |||
==Installation== | ==Installation== | ||
Revision as of 09:25, 13 August 2018
Concept
- project is defined by file
composer.json - Packageis is the main and standard repository, so you don't have to tell composer where to find which package
Installation
Deinstallation
- by Windows Menu -> Systemsteuerung -> Programme -> Programme deinstallieren