Nemrut Creative Studio

Results 6 comments of Nemrut Creative Studio

is this package no longer maintained? does not work with laravel 6

@tysteiman is this working with laravel 6?

i end up with same issue, i use as: ```php BelongsTo::make(__('Profile'), 'profile', Profile::class) ->inline() ->requireChild() ->hideFromIndex(), ``` does not apply readonly fields in profile resource ```php class Profile extends Resource...

> same issue here I fixed it but i changed a lot since then. Maybe i can help you if you show me your models and how you setup your...

Seems like it's related to Nova's 2.9.3 update, `Nova will now use the give field name first for determining a field's label.. #764`