Questions tagged as 'composer'

1
answer

problems installing Adminlte in laravel

I just plugged in again, I have a problem installing the Adminlte package, I install everything well the composer composer global require "acacha/adminlte-laravel-installer=~3.0" but apparently when executing the command adminlte-laravel...
asked by 30.09.2018 / 03:36
1
answer

Problem installing Yii2 via Composer

I'm trying to install my application in Yii2 via Composer but when I'm going to execute the following command in windows cmd composer self-update I get the following error composer no se reconoce como un comando interno o externo, programa o...
asked by 28.03.2018 / 03:22
1
answer

Problems with Composer when uninstalling a package

In the application I have installed Composer (I did not do it myself) and with it several libraries. Now you have stopped using one of them and you have to uninstall it. As it was installed with Composer I think it should be uninstalled w...
asked by 01.06.2017 / 12:35
1
answer

Composer error when updating symfony

I'm trying to update symfony from version 2.3 to a more advanced one, my intention was about a 3.0 but there's no way. Reading in the forums I updated the composer.json to a "minimum-stability": "dev" but even so, I always get some dependency...
asked by 03.08.2017 / 23:48
1
answer

Error running the composer: JIT compilation failed: no more memory in phar:

When I run composer, I receive the following error:    Fatal error: Uncaught ErrorException: preg_match_all (): JIT   compilation failed: no more memory in phar:     
asked by 12.12.2018 / 16:23
1
answer

Problems with the name of the package, in Composer

I was trying to start a composer.json file in a folder. First I put "composer init" , then I give enter and return to enter and send me the following error; Package name (<vendor>/<name>) [luz maldonado/usando-composer]: T...
asked by 19.09.2018 / 05:19
1
answer

Uncaught exception 'JonnyW \ PhantomJs \ Exception \ InvalidExecutableException' in CentOS 6.7?

I'm trying to use php-phantomjs , install it using composer: ($ composer require "jonnyw/php-phantomjs:4.*") The installation was successful but when I try to use it, with the basic example that comes in the page of: jonnnnyw I'm...
asked by 01.03.2018 / 01:10
0
answers

composer.json for a WordPress Child Theme

I will try to explain my problem as well as possible. I want that when I install a WordPress theme that depends on another (that's what I want to install is a Child Theme), the parent theme will be downloaded automatically. In the file com...
asked by 07.02.2018 / 20:41
1
answer

Include bootstrap with composer

I am including bootstrap with the composer package in the following way in the composer require twbs/bootstrap:4.1.1 terminal but I would like to include it in the layout since it does not work when adding some sort of bootstrap     
asked by 06.05.2018 / 05:40
3
answers

Error executing php artisan command

When executing the php artisan command within my project in laravel, it gives me this error: PHP Warning: require(/root/blog/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /root/blog/bootstrap/autoload....
asked by 18.08.2017 / 19:51