

It looks like you may have downloaded Laravel itself instead of creating a Laravel project. "Illuminate\\Foundation\\ComposerScripts::postUpdate", "Illuminate\\Foundation\\ComposerScripts::postInstall",

Which after checking, that method is there. Script php artisan optimize handling the post-update-cmd event returned with error code 1

I have the Laravel source but its not ready for development yet.ĭoes this make sense? Am I over complicating things? However in mine, I have a vendor directory with all the dependencies but nothing is actually installed. Seems at this point all the examples I have found are magically working. However, this is where it gets different. I have ran php composer install which downloaded the dependencies. So I am having issues getting Laravel installed locally. I have checked out many examples of this but for some reason, either I am missing an assumed step or I'm just doing it wrong.
