Similar to T427964 :
- A lib/templates/expiry.php for the change of expiration interface
- In public/index.php: An $app->get() action for displaying the expiration date change interface
- In public/index.php: $app->post() action for handling the expiration date change
Useful background docs:
- PHP app framework: https://www.slimframework.com/docs/v4/
- Using this for templates: https://github.com/slimphp/PHP-View