Looking to hire Laravel developers? Try LaraJobs

laravel-app-init maintained by nonsapiens

Description
A migrations-like application initialiser, designed to allow commands and configurations to be run post-deploy
Author
Stuart Steedman
Last update
2026/03/28 14:21 (dev-main)
License
Links
Downloads
1 357

Comments
comments powered by Disqus

laravel-app-init

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.