PHP

You are here:
Estimated reading time: < 1 min

Write into log file

error_log("var: $var");

Modules installed using the CLI

php -m

Increase memory Limit PHP

php -d memory_limit=-1 composer.phar

Example (Windows):

php -d memory_limit=-1 /c/ProgramData/ComposerSetup/bin/composer.phar require laravel/passport

Source

Enable intl PHP extension

Source

Was this article helpful?
Dislike 0
Views: 42