Closed zeroth closed 8 years ago
It seems that you don't have vendor/yiisoft/extensions.php
, where the alias @yii/gii
must be defined.
What is your composer version?
I added 'extensions' => require(DIR . '/../vendor/yiisoft/extensions.php'), to config file and my composer version is Composer version 1.0-dev (42f49b3b979b7039d138e260d9087e93e46d715a) 2016-01-16 19:47:49
After adding the extensions to config now its looking for wrong path The file or directory to be published does not exist: /home/abhishek/Work/Yii/lpdapi/api/vendor/bower/jquery/dist
The file or directory to be published does not exist: /home/abhishek/Work/Yii/lpdapi/api/vendor/bower/jquery/dist
You don't have FPX plugin.
composer global require "fxp/composer-asset-plugin:~1.1.1"
I have installed it globally ( composer.phar global require "fxp/composer-asset-plugin:~1.0") do I need it locally ?
No. Make sure that version is 1.1.1 now
composer global show -i
composer global show -i Changed current directory to /home/abhishek/.composer fxp/composer-asset-plugin v1.1.1 NPM/Bower Dependency Manager for Composer
I have reopened the issue here https://github.com/yiisoft/yii2-gii/issues/128 with updated details please check
It was not necessary, but okay, let's move there.
Hello There, I want to user Gii in my Yii app and I am getting error
I have configure my yii application separately following is my config.
Am I missing something?