Looking for Text Editor accepting routes
Hi there
I'm quite new to Laravel and Filamentphp.
I am looking for a text editor plugin which could accept routes instead of url behing link. Don't know if it exists or if it is even possible to have such option.
Any help or info accepted.
Thank you
2 Replies
Do you mean ‘route(something)’ or just a relative path?
I mean route('xxx')
And after thinking, I guess my question also applies to ability to use other blade helpers through the editor
Well. I guess I found the answer to my own question by using the following in my controller:
$article->content = Blade::render($article->content);
Apologies for the stupid question 🙂