Skip to content

can we have a means of not generating fields for certain columns? #79

@vesper8

Description

@vesper8

The created_at, updated_at and deleted_at all should never have a field in the create/edit view. Those are handled by Laravel and aren't meant to be added or modified manually.

Maybe we could have something in the config/generator.php where we can specify which columns to not generate fields for for the create/edit views? I've been find/replacing them manually for now.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions