I am trying to integrate Phpgrid with laravel 4. I tried putting it in the vendor module and did composer dump-autload, but it is throwing errors. I also tried putting phpgrid folder in the library and then autoload it, but nothing seems to be working. I keep getting this PHP Fatal error: Could not convert the script from the detected encoding "UTF-8" to a compatible encoding in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php on line 118 error when i do composer dump-autoload. Can somebody let me know the steps. I browsed for resources, looks like not much resources are available about this kind of integration.
thanks in advance.