Category "composer-php"

What's the difference in the install methods of composer?

There are two ways you can install composer on Ubuntu or any linux based system. One is by using sudo apt install composer and another is by using the meth

Composer fails with kylekatarnls/update-helper on new homestead

I have installed a homestead on a new computer. I have pulled my code (which is working on my other computer as well as the server). My project is made in Larav

How to fix laravel composer update issue ( Illuminate\Foundation\ComposerScripts::postAutoloadDump failed to open stream: No such file or directory)

I'm currently working on a laravel project using an existing package for e-commerce functionality called Bagisto. I already downloaded the package files from th

Laravel installer throws error when creating new project

I am trying to create new Laravel application. I have installed XAMPP and Composer. With Composer ( composer global require laravel/installer ) I have installed

Can't find vendor/autoload.php for Ratchet

I SSH'd to my server and installed Composer and Ratchet. http://socketo.me/docs/install claims all I need to do now is include "require DIR . '/vendor/autoload.

How to install PHP composer inside a docker container

I try to work out a way to create a dev environment using docker and laravel. I have the following dockerfile: FROM php:7.1.3-fpm RUN apt-get update &&am

Composer Curl error 60: SSL certificate problem: unable to get local issuer certificate

I'm trying to get composer to work on a remote Windows-machine which is using a proxy, but I always get this error when doing a composer install/update: [Compo

How can I solve "laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system"?

When I run composer install on command promp, there exist error like this : Problem 1 - Installation request for laravel/horizon v1.1.0 -> satisfiabl

How to downgrade or install a specific version of Composer?

I'm getting the following error in a project I'm setting up: You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you u

How to use composer with WampServer?

I am trying to use composer with my WampServer. My path for all the files is C:\wamp64\www, but when I run composer it will install the vendor file and other s

Message: Set sys_temp_dir in your php.ini after installed composer

I've tried to install composer for my CodeIgniter project. The installation was successful. But, when I type on command-line composer --version, it shows: PH

The Composer installer script did not run correctly [exit code 1]

I tried to install Composer-php in Windows 10 by downloading the executable Composer-Setup.exe from getcomposer. When prompted during installation to chose the

How to launch scripts after installing a package via Composer?

I use the command composer require otra/otra:dev-develop --no-update --no-cache && composer update --no-autoloader to install my own framework. I have p

"HTTP error" when running composer update

I'm on Windows 7. I get this error on composer update: [Composer\Downloader\TransportException] The "http://packagist.org/p/provider-2015-07%24eec61011fe6ec

Installing Composer - Internal Error

I have trouble installing Composer. After I select the php.exe path in the wizard and next thing it shows is the below error description. The PHP exe file

Composer Script echo

What is the best way to echo to the console in a composer.json script? For example, I have used the scripts section to create a custom installer and at the end

How can I resolve "Your requirements could not be resolved to an installable set of packages" error?

When I run composer update I receive some wired output. Here is my composer.json look like. { "name": "laravel/laravel", "description": "The Laravel

Packagist / Composer Submit package on alternative port

i would like to know if it s possible to add a package to packagist on a non default port 22. What if we have a GIT repo running on different port? Thx for you

Composer get stuck while generating autoload files

After an update to the new Composer version a2a70380c14a20b3f611d849eae7342f2e35c763 2013-10-21 09:51:22 Composer get stuck while generating autoload files.

Do I need to install `fxp/composer-asset-plugin` if I'm not doing front-end development

In this section of the yii2 installation guide there's the following instructions: With Composer installed, you can install Yii by running the following c