Lupacescu Eduard
Lupacescu Eduard
- fix: support ukraine - Clean up & upgrading php + laravel (#464) - fix: route method - Fix styling - fix: roadmap - fix: Make sure any action isn't...
### Feature Description The [Laravel Restify](https://github.com/BinarCode/laravel-restify) is heavily used by our community and we're also using the Idea plugin. It would be very handy to have an creation command that...
## Fixed - fixing load of nested relationships https://github.com/BinarCode/laravel-restify/issues/576 - this might introduce a performance problem if data not cached, will continue to monitor this
## Added: 🔗 Relationship Helper Functions Directly Within the `fields` method ``` public function fields(RestifyRequest $request): array { return [ field('name')->storingRules('required'), field('email')->storingRules('required', 'unique:users'), // Clean, expressive relationship definitions belongsToMany('roles', RoleRepository::class),...