Questions tagged as 'composer'

1
answer

Why do Composer commands start with "php"?

I have installed composer with the windows installer and I see that to use install you should use php composer install miProyecto but (I use windows, maybe it is different here) this indicates that there is no such composer command. Howev...
asked by 07.12.2018 / 11:55
1
answer

Error installing composer in ubuntu 16.04 Lts

composer in the first installation worked perfectly, but when you install it to update php to 7.2. * I get the following error 'All settings correct for using Composer Unable to write keys.dev.pub to: /home/alfredo/.composer Asposer install...
asked by 07.07.2018 / 16:44
1
answer

ErrorException array_merge (): Argument # 2 is not an array (View: C: \ wamp64 \ www \ MYPROJECT \ resources \ views \ news \ index.blade.php)

I'm trying to show the elements of a database in Laravel and I get this error ErrorException array_merge(): Argument #2 is not an array (View: C:\wamp64\www\MYPROJECT\resources\views\news\index.blade.php) I did not find services.json...
asked by 21.12.2017 / 13:16
2
answers

Error installing composer in symfony project 2.8

How to install composer in a symfony 2.8 project with php 5.6? here's my composer.json . { "name": "SIIG/eTAB", "description": "SIIG/eTAB", "autoload": { "psr-0": { "": "src/" } }, "require": { "php": ">=5.3.3", "symfony/...
asked by 05.12.2017 / 17:43
1
answer

Problems with php when creating a CakePhp 3 project with composer

I'm trying to create a cakephp3 project on a machine with linux mint (ubuntu 16) but I have problems with the php and reviewed several post on the internet and I did what they said but it seems to have no effect I hope to see if someone here can...
asked by 27.09.2017 / 00:16
1
answer

Error executing "composer update" in post-update-cmd

When launching a composer Update within a project, it shows me the following error:    Generating autoload files   Illuminate \ Foundation \ ComposerScripts :: postUpdate   php artisan optimize   Php artisan script optimize handling the po...
asked by 26.04.2017 / 11:12
0
answers

Error with composer: Uncaught Error: Class 'Firebase \ JWT \ JWT' not found in

I'm trying to login with tokens with the JWT library, I already have the composer installed and I'm guiding myself with the following example: require_once 'vendor/autoload.php'; use Firebase\JWT\JWT; $time = time(); $key = 'my_s...
asked by 30.12.2018 / 17:44
0
answers

ERROR: It seems that Html2Pdf dependencies are not installed ... you must install thems with 'composer install'

I get this error when I installed the dependencies as it says the composer and even so I still give that error, what else may be happening I leave the code for the submission of the form: <?php error_reporting(E_ALL ^ E_NOTICE);...
asked by 19.12.2018 / 00:18
0
answers

Problem in the auth when running composer update

I have laravel's Auth system and I made some changes, among them I changed the login and register path, when I install something and execute "composer update" (in windows) it seems that the auth is reset to its original state (as newly configure...
asked by 03.11.2018 / 23:55
0
answers

Error with Composer when creating Laravel Project 5.x

Dear Community, on this occasion I am here because of a problem that arose when I downloaded new laravel projects on my machine: The Situation is as follows: At the moment of downloading a new project in laravel from my machine I get the e...
asked by 24.10.2018 / 19:14