Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
296 stars 158 forks source link

Name collision with laravel #100

Closed martin-sanjuan closed 6 years ago

martin-sanjuan commented 6 years ago

PHP Fatal error: Cannot redeclare starts_with() (previously declared in /home/msanjuan/Documents/dtv/helium/src/api/vendor/illuminate/support/helpers.php:745) in /home/msanjuan/Documents/dtv/helium/src/api/vendor/athlon1600/php-proxy/src/helpers.php on line 18

Athlon1600 commented 6 years ago

okay it should be working now. Just update to the latest version: https://github.com/Athlon1600/php-proxy/commit/0f501a324e9935d97989411355e84a09d1a2712b

martin-sanjuan commented 6 years ago

Thanks!