Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when cloning and using composer install #39

Closed
holic-cl opened this issue Oct 30, 2016 · 1 comment
Closed

Error when cloning and using composer install #39

holic-cl opened this issue Oct 30, 2016 · 1 comment

Comments

@holic-cl
Copy link

Hi!, i was trying to install the project as the quickstart guide say:

$ git clone https://github.com/ozdemirburak/laravel-5-simple-cms.git
$ composer install

But i get this error when composer is finishing

> php artisan ide-helper:generate


  [Symfony\Component\Console\Exception\CommandNotFoundException]  
  There are no commands defined in the "ide-helper" namespace.    


Script php artisan ide-helper:generate handling the post-update-cmd event returned with error code 1
@ozdemirburak
Copy link
Owner

Thanks for reporting this. It's because of the situation that, as the composer.lock file is not present, post-update-cmd gets fired and since application environment is set to production if it is not defined, the ide-helper does not get registered and this error is produced.

Fixing it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants