Nova Canvas Help

Output

By default, the Canvas field outputs a string of HTML. This is great for most use-cases, since you can easily render it on your applications front-end.

However, Canvas also supports JSON output, using the ->asJson() method.

Canvas::make('Content') ->asJson()

You will also need to add a json cast for this to work properly.

Read more about outputting JSON vs HTML.

Last modified: 22 July 2024