Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

what PHP version are you running?

it seems that in your php.ini safe_mode is enabled. safe_mode was disabled on PHP 5.3 and removed on PHP 5.4 if i'm not mistaken.

You should disable safe_mode in your php.ini or, if you don't have access to it, run (as your error message shows) composer as

php -dsafe_mode=0 composer.phar update

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.