Download the PHP package quantick/deploy-migrations without Composer
On this page you can find all versions of the php package quantick/deploy-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package deploy-migrations
Laravel package for execute one-time commands in deploy time
Installation
You can install the package via composer:
The package will automatically register itself.
You can publish config and migration with:
In config/deploy-migration.php сonfigure the path to the directory with migrations. By default it will be deploy/migrations
How to use
- Generate migration via command:
It will create migration class in your project.
-
Next configure getCommands method:
- Run
All versions of deploy-migrations with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8.0
illuminate/console Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/contracts Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/filesystem Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/database Version ^6.0 || ^7.0 || ^v8.41.0 || ^9.0
illuminate/config Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0
symfony/finder Version >=4.0
ext-json Version *
illuminate/console Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/contracts Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/filesystem Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/database Version ^6.0 || ^7.0 || ^v8.41.0 || ^9.0
illuminate/config Version ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0
symfony/finder Version >=4.0
ext-json Version *
The package quantick/deploy-migrations contains the following files
Loading the files please wait ....