An application initialiser that - like migrations - keeps track of on-deploy application commits.
Run pending initialisation commands:
php artisan app:init
Create a new init class:
php artisan init:create MyInitName
This will create a new file in the inits
directory with a timestamped prefix.