André Schwarzer
André Schwarzer
Hey @stefanbauer have you found a clean implementation in the mean time?
Seems not to be on the [Roadmap](https://www.metabase.com/roadmap/) for the near future, yet.
> * [ ] Allow publishing custom icons Is #1538 covering what you've intended?
How do you plan to differentiate between creation and update rules? ```php
Like this [Laravel Nova 4.0 Validation#Rules](https://nova.laravel.com/docs/4.0/resources/validation.html#rules). I like it. ```php Text::make('Email') ->sortable() ->rules('required', 'email', 'max:255') ->creationRules('unique:users,email') ->updateRules('unique:users,email,{{resourceId}}'), ```
PR #1730 seems to be related
Hey @JeffBeltran did you have a chance to look into this? `expires_at` is native to Sanctum. Here is the [merged PR](https://github.com/laravel/sanctum/pull/252) and the [Upgrade Guide](https://github.com/laravel/sanctum/blob/3.x/UPGRADE.md).
Hi @JeffBeltran did you already find some time to look into it? Thanks
# For ease of testing The fixed version of this PR: [plugin-1.0.1.zip](https://github.com/beyondcode/invoker-er-diagram-plugin/files/8748274/plugin-1.0.1.zip)
Feel free to close, @mpociot @sschlein, if this plug-in is no longer maintained.