Migrate to brezel/api 1.0
brezel/api 1.0 brings a lot of underlying changes. Functionally, not much is different, but technically, a lot is new.
We now use PHP 8.3 and Laravel 11 with a bunch of new packages and an optimized and linted codebase.
To update your project to brezel/api 1.0, follow these steps:
- Update to the latest version of brezel/api 0.x. Ensure that your production environment also got that update.
- Install PHP 8.3 on your machine and all servers that run brezel/api. Look at https://wiki.brezel.io/deploy/virtual_server/ for instructions.
- Now, update your project to the latest brezel/api 1.x version.
- Update your
.env
file to match the new.env.example
file.