Questions tagged as 'composer'

0
answers

Error when using mpdf

Hello, I installed mpdf via composer on my local site, I used it and it worked perfectly ... I installed it via shell on my hosting, everything normal, but when trying to use it it displays this error:    Fatal error: Uncaught Error: Class 'M...
asked by 15.05.2018 / 20:58
0
answers

Installing Composer on the hosting

I'm using mPDF on my system, but I used the composer to install it on the local system, now I do not know how to install it on the page that is hosted on the internet, I just tried to play the files to host but it displays the following error :...
asked by 15.05.2018 / 16:12
0
answers

How to add Laravel's HTTP-Tests in a PHP package?

I am creating a package in PHP, with the composer by the time it is published in the Packagist . This package consists of many requests in other APIs, in which case I'm using Guzzle . To run the tests on phpunit that helps test th...
asked by 04.05.2018 / 03:53
0
answers

How to install Composer in Windows 10?

I'm trying to install the composer in Windows 10, but the following error message is appearing:    The PHP exe file you specified did not run correctly:   C: \ Program Files \ VertrigoServ \ Php \ php.exe       The php.ini used by your comma...
asked by 09.05.2018 / 18:27
0
answers

Autoload composer does not work

Good morning! I do not know what to do, my Composer autoload not work at all ... The error I get is always Uncaught Error: Class 'App\Lucass\Fazendo' not found in /var/www/projetos/teste/index.php on line 6' not found Follow my f...
asked by 17.04.2018 / 15:42
0
answers

I can not mount autoload with PSR-4 for multiple folders and subfolders

I'm trying to pass a project to MVC and then created the following structure:    pasta_projeto -App --Controllers ---Classes --Models ---Classes --views ---html -vendor --Controller ---Action.php --init ---Bootrstrap.php I am creating the...
asked by 20.03.2018 / 16:53
0
answers

bash: create-project: command not found

Good evening, I'm not the smartest guy on linux. I use Laravel and have always created projects with the command    $ composer create-project -prefer-dist laravel / laravel project-name But today I decided to follow a tutorial on the web...
asked by 01.03.2018 / 02:17
1
answer

How to install and use Bootstrap via Composer

Hello, how can I use Bootstrap in a Composer-managed project, I know that if you perform the composer require twbs / bootstrap command, the composer will download and place or the files in the vendor folder of the project, how do I add the...
asked by 20.02.2018 / 00:42
0
answers

Error installing PHP Cli-Menu

I was installing the PHP Cli-menu as indicated on the GitHub page: composer require php-school / cli-menu Then this error appeared: Problem 1     - Installation request for php-school / cli-menu ^ 2.1 - > satisfiable by php-school /...
asked by 26.02.2018 / 23:16
1
answer

View data is disappearing in a certain time

It's the following, so I realized the whole project follows the MVC Standard. I just have a big problem. The view of orders there is a simple refresh of 30 seconds, searching for new orders. So good! The problem happens every day at 9:00 PM,...
asked by 19.02.2018 / 03:16