spatie / laravel-settings

Store strongly typed application settings
MIT License
1.2k stars 110 forks source link

Add missing upgrade steps #218

Closed ashleyshenton closed 1 year ago

ashleyshenton commented 1 year ago

This PR attempts to resolve #217

Technically speaking, just the changes to the upgrade guide are needed. I have added a separate commit for removing the now unnecessary index from the stub migration for the reasons I detail in the linked issue.

I don't think this qualifies as a breaking change, but I can remove that commit if you'd prefer to retain both indexes. I can also remove this line from the example migration in the UPDGRADING.md.

rubenvanassche commented 1 year ago

Thanks!