Skip to content

Repeater and Heading fields#15

Merged
scottgrayson merged 8 commits intomainfrom
repeater
Jun 24, 2025
Merged

Repeater and Heading fields#15
scottgrayson merged 8 commits intomainfrom
repeater

Conversation

@scottgrayson
Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +8 to +19
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::table('filament_form_fields', function (Blueprint $table) {
$table->text('hint')->nullable()->change();
$table->boolean('required')->default(false)->change();
$table->json('schema')->nullable()->after('options');
});
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this work with an existing project do we need to do anything to publish this migration? If we publish migrations from this package, will it duplicate them?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I created a new migration on the project with this in it for now.

@scottgrayson scottgrayson merged commit 3dfac6b into main Jun 24, 2025
20 of 21 checks passed
@andreia andreia deleted the repeater branch January 21, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants