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

Getting error on composer install --no-dev #11

Closed
anderick opened this issue Jan 23, 2017 · 2 comments
Closed

Getting error on composer install --no-dev #11

anderick opened this issue Jan 23, 2017 · 2 comments

Comments

@anderick
Copy link

I'm trying to install the integration server but when I run composer install --no-dev, I get the following message:

php artisan optimize

[ReflectionException]
Class Faker\Generator does not exist

Script php artisan optimize handling the post-install-cmd event returned with error code 1

@yuriymyrosh
Copy link
Member

yuriymyrosh commented Jan 23, 2017

@anderick thank you for this issue. It is because package "fzaninotto/faker" is included only in dev dependencies in composer.json but it is used for database seeding (we will fix this in next release). To run application you can change it by yourself or use composer install instead of composer install --no-dev for now

@yuriymyrosh
Copy link
Member

yuriymyrosh commented Feb 24, 2017

fixed #11 in 1.1.2

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