Error when trying to install, by composer, a Service Provider in Laravel 5.3

0

I have tried with the following:

https://laravelcollective.com/docs/5.3/html
https://github.com/yajra/laravel-datatables
https://github.com/barryvdh/laravel-debugbar

With the 3 I get the same error:

Update 1:

Now throw me this error:

    
asked by Pablo Contreras 03.01.2017 в 07:27
source

1 answer

1

First verify what version of php you have installed, by using the console php -version on the other hand I can also notice that you may be missing "phpunit" installed, which you can download from this site link and also runs on console php --ini to see what result gives you

    
answered by 03.01.2017 в 15:58