🔤Translation
you can add more translations to your app by using langs(){}
method on the Resource
class
Use in Resource
inside your ResourceFolder/Traits
you will get a trait for transitions Transaltion.php
you can add more translation to it
Use in Provider
you can use the Lang::class
direct on the provider by using VILT::class
like
it will pass the users.sidebar
to the vuejs inside this.$attrs.data.trans
array
Last updated