wintercms / winter

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
https://wintercms.com
MIT License
1.31k stars 188 forks source link

Use overriden storm process in console commands #1117

Closed mjauvin closed 2 months ago

mjauvin commented 2 months ago

Depends on https://github.com/wintercms/storm/pull/175

Use our overriden Process class that will warn users when open_basedir restrictions are in effect, and let the process be created without TTY mode enabled.

mjauvin commented 2 months ago

Fixed upstream in Symfony/Process