Download the PHP package medicivn/specified-stub-migration without Composer
On this page you can find all versions of the php package medicivn/specified-stub-migration. 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 specified-stub-migration
Specified stub migration
The command create migration file with specified stub. Refer from Laravel original "make:migration" command.
Settings
Add \MediciVN\SpecifiedStubMigration\MigrateMakeCommand::class to app/Console/Kernel.php
Add MediciVN\SpecifiedStubMigration\MigrationServiceProvider::class to config/app.php
Options
--table: The table to migrate--stubpath: The location of the stub file to create migration files--path: The location where the migration file should be created--realpath: Indicate any provided migration file paths are pre-resolved absolute paths--fullpath: Output the full path of the migration--no-date-prefix: no date prefix in filename
Example
The content of database/mirgations/stubs/create_users_table.stub
All versions of specified-stub-migration with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/database Version ^9.17
illuminate/support Version ^9.17
illuminate/console Version ^9.24
illuminate/database Version ^9.17
illuminate/support Version ^9.17
illuminate/console Version ^9.24
The package medicivn/specified-stub-migration contains the following files
Loading the files please wait ...