Skip to content

Similar to database migrations, app:init allows for code blocks to be run in a similar fashion. Useful in defining necessary seeding, or other application initialisation needed on-deploy

License

Notifications You must be signed in to change notification settings

nonsapiens/laravel-app-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Similar to database migrations, app:init allows for code blocks to be run in a similar fashion. Useful in defining necessary seeding, or other application initialisation needed on-deploy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages