laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 31 forks source link

Immutable models #2635

Open nessor opened 3 years ago

nessor commented 3 years ago

Hello guys,

we currently have the situation that we would like to make the model immutable. There are approaches on the net to realize something like this, but it is a core functionality that a model should actually have. Do you think this is similar / exactly the same?