nonsapiens / laravel-app-init
A migrations-like application initialiser, designed to allow commands and configurations to be run post-deploy
v2.1.2
2026-03-28 13:21 UTC
Requires
- php: 8.*
- laravel/framework: 11.*|12.*|13.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
An application initialiser that - like migrations - keeps track of on-deploy application commits.
Usage
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.