nonsapiens/laravel-app-init

A migrations-like application initialiser, designed to allow commands and configurations to be run post-deploy

v2.0.3 2025-09-25 08:35 UTC

This package is auto-updated.

Last update: 2025-09-25 08:35:25 UTC


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.