adminarchitect / core

AdminArchitect - Active Admin for Laravel
http://adminarchitect.com
MIT License
211 stars 66 forks source link

Encoding problem when exporting module #66

Closed xhevatziberi closed 5 years ago

xhevatziberi commented 5 years ago

To fix the the encoding problem add fputs($out, $bom =( chr(0xEF) . chr(0xBB) . chr(0xBF) )); //source in file Traits\ExportsCollection.php