I have already inserted the Agent
Class into another project using Laravel 4, everything was working correctly, but now that I'm trying to put in another project Laravel is returning the error:
Symfony \ Component \ Debug \ Exception \ FatalErrorException
Class 'Jenssegers\Agent\AgentServiceProvider' not found
He says that he did not find the file being that everything is correct:
Intheapp/config/app.php
file,Iinsertedthelinesasitiswritteninthe GitHub ... Yet you are giving this error. Does anyone know where I might be going wrong?