Support laravel nova 3.
composer require zakariatlilani/text-template
use zakariatlilani\texttemplate\TextTemplate;
TextTemplate::make('Name')
->category('category') // the category related to the text template
->endpoint('/api/loadData/{category}/product/{product}'), // the endpoint related to the template (a product in this scenario)
i recommend using it with this package: nova-simple-repeatable.
Nova Text template is open-sourced software licensed under the MIT license.