DEV Community

Discussion on: My favorite Laravel helpers and how to use them

Collapse
 
tripol profile image
Ekanem

Thanks for the post. Is it possible to chain multiple String helpers together?

Collapse
 
aschmelyun profile image
Andrew Schmelyun

You sure can! For some helpers, anyway. Check out the Fluent Strings section of the Laravel documentation for more info: laravel.com/docs/8.x/helpers#fluen...