-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Description
I attempted to follow the Composer installation instructions this morning. composer install ran without errors, but the plugin was not installed to app/Plugin.
Environment info:
- Vagrant VM built from puphpet
- box:
puphpet/debian75-x64 - Cake version: 2.4.3
PHP version:
$ php -v
PHP 5.5.12-1~dotdeb.1 (cli) (built: May 6 2014 03:56:10)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick RethansComposer version:
$ composer --version
Composer version 71397f82e4bdf4722bcbfeb43be0d30831376d3d 2014-06-04 12:20:36composer.json:
{
"require": {
"cakephp/debug_kit": "2.2.*"
}
}Installation results:
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing composer/installers (v1.0.13)
Loading from cache
- Installing cakephp/debug_kit (2.2.3)
Loading from cache
Writing lock file
Generating autoload filesMissing DebugKit:
$ ls -l /var/www/app/Plugin/
total 0
-rwxrw-r-- 1 www-data www-data 0 Nov 25 2013 empty*
I was able to get the plugin installed by following the git submodule instructions, but I would much prefer to use Composer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels