nonsapiens/laravel-app-init

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

Maintainers

Package info

github.com/nonsapiens/laravel-app-init

pkg:composer/nonsapiens/laravel-app-init

Statistics

Installs: 522

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.1.0 2025-11-28 13:11 UTC

This package is auto-updated.

Last update: 2026-02-28 13:47:46 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.