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

BadMethodCallException: Method Illuminate\Support\Stringable::markdown does not exist. #162

Closed
leo-unglaub opened this issue Mar 10, 2021 · 14 comments
Labels
bug Something isn't working cannot reproduce

Comments

@leo-unglaub
Copy link

Hey,
i am trying your software on a fresh laravel installation (latest release) and i get the following error message when i try to open the login page.

BadMethodCallException
Method Illuminate\Support\Stringable::markdown does not exist. (View: vendor\filament\filament\packages\forms\resources\views\components\field-group.blade.php) 

There is nothing else installed in this testing installation. The only package installed is yours. I already did the database migration and created a new admin user.

Greetings
Leo

@leo-unglaub leo-unglaub added the bug Something isn't working label Mar 10, 2021
@ryangjchandler
Copy link
Member

@leo-unglaub Which version of Laravel are you on?

@leo-unglaub
Copy link
Author

I am on the latest release (v8.32.1).

@leo-unglaub
Copy link
Author

If i remember correctly the markdown method got added in v8.26.0 or so. So that should be available in my v8.32.1 installation.

@danharrin
Copy link
Member

@leo-unglaub yeah exactly, this is very odd...

@danharrin
Copy link
Member

Can you use Tinker to see if you can use the Stringable markdown example in the docs?

@leo-unglaub
Copy link
Author

Hmm, if its just on my installation please dont waste any time on this issue. I am working around it locally and then it will be fine! Thanks to both of you!

@rionjau
Copy link

rionjau commented Sep 6, 2021

Hi @leo-unglaub, I am developing locally as well and facing similar issue. How did you resolve it?

@ryangjchandler
Copy link
Member

@rionjau Which version of Laravel are you using?

@rionjau
Copy link

rionjau commented Sep 6, 2021

8.23.1

@danharrin
Copy link
Member

Can you upgrade to the latest Laravel version please?

@rionjau
Copy link

rionjau commented Sep 7, 2021

I have and still not working.
I have 8.51.0 now

@rionjau
Copy link

rionjau commented Sep 7, 2021

Line 50 in vendor\filament\filament\packages\forms\resources\views\components\field-group.blade.php is the one causing the error.

@danharrin
Copy link
Member

The method exists? 🤷‍♂️ https://laravel.com/docs/8.x/helpers#method-fluent-str-markdown

@danharrin
Copy link
Member

Screenshot 2021-09-07 at 11 24 17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cannot reproduce
Projects
None yet
Development

No branches or pull requests

4 participants