Open shahariaazam opened 11 years ago
Run this command or lets have a chat on Skype sometimes -
composer dump-autoload
The utilities classes are put in a separate utils
directory. In composer.json I have added a PSR-0 autoloading instruction. For some reasons, composer might have missed to dump the autoloader for that.
The command in the previous comment should dump the auto loader and make things work perfectly.
yup solved that. Thanks.
But when I run the php artisan test
command it says the following error
{
"error":{
"type":"ErrorException","message":"SimpleXMLElement::__construct():
http:\/\/stackoverflow.com\/feeds\/tag\/php:718: parser error :
PCDATA invalid Char value 17",
"file":"\/opt\/lampp\/htdocs\/php-lang\/utils\/PHPLang\/DataSource\/StackOverflow.php","line":16
}
}
I think this is the problem of character encoding of that XML datasource. Sometime when our targeted XML documents got any character then parser shows this error... I want to know that you are getting any error. And please reply me with your command and it's output here. So I can understand that where is the problem.
Thanks and tomorrow at 1 AM I will meet you on skype as I am busy for today and tomorrow.
I am getting error when I am cloning your repo. it says
when I running
php artisan test
command from CLI