Ticket #1002 (fixed bug)
Loading Nonexistant Class
- Created: 2014-12-08 15:05:22
- Reported by: XAOS-Eric
- Assigned to: Franz
- Milestone: 2.0-alpha2
- Component: code
- Priority: high
Seems like we are loading a nonexistant class of "Illuminate\Config\FileLoader" There is no FileLoader class to be found in Illuminate.
History
Franz 2014-12-08 21:30:32

- Milestone set to 2.0-alpha2.
- Owner set to Franz.
It works for me, because I have a different (slightly older) version of the Laravel components installed. I'll have to commit the composer.lock file...
Franz 2014-12-08 22:08:34

- Status changed from open to fixed.
This should be resolved. Do a "git pull" in your local working copy, run "composer install" and it should then download the same version of the dependencies that I use.