We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Фабрики к примеру https://github.com/avlyalin/laravel-sberbank-acquiring/blob/master/database/factories/GooglePayPaymentFactory.php используют Faker который вынесен в секцию composer require-dev
При установке на проде с опцией composer install --no-dev Установка падает
In DatabaseServiceProvider.php line 88: Class 'Faker\Factory' not found
Приходится переносить faker в секцию dev
Не могли бы вы учитывать окружение APP_ENV=production в своих фабриках?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Фабрики к примеру https://github.com/avlyalin/laravel-sberbank-acquiring/blob/master/database/factories/GooglePayPaymentFactory.php
используют Faker который вынесен в секцию composer require-dev
При установке на проде с опцией composer install --no-dev
Установка падает
Приходится переносить faker в секцию dev
Не могли бы вы учитывать окружение APP_ENV=production в своих фабриках?
The text was updated successfully, but these errors were encountered: