Questions tagged as 'composer'

0
answers

Installing Composer Package

I can not install a composer package on my windows computer I needed because a Codeigniter documentation library depends on that package to run. I'm using Windows 7 with Gitbash and the composer is working perfectly. The package in question is...
asked by 19.10.2017 / 15:57
0
answers

consult card with php sinesp citizen

I'm trying to use a project available in github to query for a license plate, it returns if the vehicle has or is not sinister from theft, it happens that when I try to test the following message appears "Array ( [codigoRetorno] => 1 [mensa...
asked by 25.08.2017 / 03:15
1
answer

Problem in deployable larvel application - HostGator

I've deployed an application to Hostgator, but the framework routines are not running. I have a method that does the user validation logged in, if it does not find any it redirects the Login screen if (!session()->has('userdata')) { ret...
asked by 29.08.2017 / 21:45
0
answers

Connection error in composer install?

I'm having trouble running the composer install command in Laravel. I'm pretty new to it, so I have no idea what might be causing this error: > php artisan clear-compiled Erro na conexão, verifique o log de erro para mais informações...
asked by 23.03.2017 / 05:06
1
answer

How to use psr-4 in composer with different subfolders

I'm creating a test framework. I use composer to create the structure of my project. The composer.json file looks like this: { "autoload": { "psr-4": { "App\": "src/app/mvc/" } } } I divided my project with the fo...
asked by 03.04.2017 / 20:15
0
answers

Composer error 'File or directory not found'

I installed the composer following the site instructions , passing the directory /usr/local/bin and filename composer . But when I run: $ composer install or another composer command returns the error: /usr/bin/e...
asked by 18.03.2017 / 00:58
0
answers

Error Class not found with Composer

Well, folks, I'm doing a project here and giving me some problems, I think I'm mixing things up. I installed the composer to use autoload and other dependencies, but now I have a problem: The error you give me is as follows: Fatal error:...
asked by 18.02.2017 / 21:02
0
answers

How to change dev-master releases to stable composer

I am creating a sockets package in PHP for Laravel, but I can not just use the composer require because the package is in dev-master and of course I do not want to change my entire main application to accept packages in dev-master. Could someone...
asked by 10.01.2017 / 12:15
0
answers

Timeout when trying to use Composer

When I'm running the command composer ìnstall or composer update , I'm getting this message after a certain waiting time:    The " link " file could not be   downloaded: failed to open stream: Connection timed out    link could...
asked by 12.01.2017 / 18:06
0
answers

Any command with Artisan is not working [closed]

I tried to install a dependency: link . However, at the end of the installation, an error message appeared: Installation failed, reverting ./composer.json to its original content. Now no command php artisan algo works, this error di...
asked by 28.09.2016 / 19:43