I am new to Laravel 5, and trying to set it up on Digital Ocean using Serverpilot.
I have installed Composer and installed Laravel through that. I have moved the public folder within Laravel project folder to my server public folder and changed the path in index.php to reflect this.
When I try to request the site in the browser, I get the following message:
Fatal error: Uncaught exception 'ReflectionException' with message 'Class log does not exist' in ......
I've searched around, but the other posts where related to after an update. This is a completely new install.
I figured it out. Or, I tried switching to Laravel Forge, and when executing the composer update / install command, I got information about exceeding memory.
So I upgraded the server and it seems to be installing more data in composer. Not sure what was wrong the first time, as I did not get the memory message then.
But, it works now, and I am ready to dig in to Laravel.