You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.
I faced not exactly this problem, but that I am not able to depend on selected value with NovaDependencyContainer (probably because on the input there is no id set. Hope it will be fixed
Steps to reproduce:
Create migration:
Schema::create('test_subjects', function (Blueprint$table) {
$table->bigIncrements('id');
$table->string('name', 128);
});
On the screenshots below you can see the problem:
I faced not exactly this problem, but that I am not able to depend on selected value with
NovaDependencyContainer
(probably because on the input there is no id set. Hope it will be fixedSteps to reproduce:
Create migration:
Create model.
Create action:
The text was updated successfully, but these errors were encountered: