Recently updated Laravel to 4.1, tried running "artisan serve" and get this error:
Symfony\Component\Debug\Exception\FatalErrorException","message":"main(): Failed opening required '/Users/xxxxxx/xxxxxx/webapp/app/start/bootstrap/autoload.php'
Seems like the magical constant DIR is somehow defined incorrectly since it is trying to get the file at app/start? But according to php docs it seems to be working as it should...
Ahh I had made a mistake when updating and replaced the Artisan.php file under app/start instead of the artisan file in the root directory
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community