Error installing composer and laravel

1

I uninstalled and reinstalled a newer version of Vertrigo Server to get PHP 7, but when I try to do something with Laravel or Composer in CMD a message appears saying: "The program can not be started because php5ts.dll is missing in your computer". It seems that it does not recognize the new version of PHP, does anyone know what that might be?

    
asked by anonymous 22.03.2018 / 03:30

1 answer

0

That's not it.

What is happening that probably the extension of this DLL is disabled, for disillusion of conscience try to look in your php.ini if all necessary extensions are enabled and take advantage of and take a look at your apache settings.

This is not a problem for laravel, but for libs disabled in your PHP installation.

    
23.03.2018 / 18:50