-
Notifications
You must be signed in to change notification settings - Fork 73
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
Lumen Compatibility - Call to undefined method Laravel\Lumen\Application::loadEnvironmentFrom() #30
Comments
same here |
+1 |
2 similar comments
+1 |
+1 |
Here is an adaption of this package for Lumen https://github.com/arisro/behat-lumen-extension |
Will try and merge this in shortly |
Looking into this this weekend will report back later Sunday |
@lukeberry99 what if I just pull the work you did into here and make the directions clear on how to setup Lumen over Laravel but one library? Here is an example https://github.com/laracasts/Behat-Laravel-Extension/tree/issue-7 |
Just ran into the same issue. Any progress here? |
I was hoping this extension would work out-of-box for lumen, but I get
PHP Fatal error: Call to undefined method Laravel\Lumen\Application::loadEnvironmentFrom() in vendor/laracasts/behat-laravel-extension/src/ServiceContainer/LaravelBooter.php on line 70
when I run "behat" in console.
The text was updated successfully, but these errors were encountered: