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

illuminate/support 6.x is not supported #23

Open
BNStudio opened this issue Aug 6, 2021 · 0 comments
Open

illuminate/support 6.x is not supported #23

BNStudio opened this issue Aug 6, 2021 · 0 comments

Comments

@BNStudio
Copy link

BNStudio commented Aug 6, 2021

Describe the bug
BadMethodCallException: Method Illuminate\Support\Str::of does not exist.

To Reproduce
Steps to reproduce the behavior:

  1. 'install Laravel 6.x'
  2. 'install laravel-eloquent-state-machines'

Expected behavior
Run without BadMethodCallException

Solution Ideas
composer.json: "illuminate/support": "^6.0|^7.0|^8.0" => "illuminate/support": "^7.0|^8.0"

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

0 participants