<?= Hey ?>
Create new client_user using createOptionForm
When trying to save a new client_user from creating an initial client, I am getting this error, any idea why, following the tutorial docs
Select field [data.client_representatives] must have a [createOptionUsing()] closure set.
2 replies
FilamentPHP and Laravel Herd
Does herd have an issue recognising domain names with its setups, i replaced ->path('admin') with ->domain('admin' . config('app.domain'); checked the route exists in php artisan route:list but Herd bounces it to a 404
3 replies