cloudstudio / resource-generator

Resource generator for Laravel Nova
https://krato.github.io/resource-generator-docs/
MIT License
104 stars 18 forks source link

Add label & singular label function to resource with translatable names #4

Closed kattatzu closed 6 years ago

kattatzu commented 6 years ago

The label() and singularLabel() functions are added to the resource and the function __() is applied to the labels of the fields to translate them.

cloudstudio commented 6 years ago

@kattatzu Thanks ! have sense