Download the PHP package californiamountainsnake/laravel-migrations without Composer
On this page you can find all versions of the php package californiamountainsnake/laravel-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download californiamountainsnake/laravel-migrations
More information about californiamountainsnake/laravel-migrations
Files in californiamountainsnake/laravel-migrations
Download californiamountainsnake/laravel-migrations
More information about californiamountainsnake/laravel-migrations
Files in californiamountainsnake/laravel-migrations
Vendor californiamountainsnake
Package laravel-migrations
Short Description Use different Migration classes for different database connections in Laravel.
License MIT
Package laravel-migrations
Short Description Use different Migration classes for different database connections in Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-migrations
laravel-migrations
Use different Migration classes for different database connections in Laravel. With this library you can easy specify on which database connection each migration will be executed.
Install:
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json
file to require californiamountainsnake/laravel-migrations
:
and run composer update
or
run this command in your command line:
Usage:
- Create some connections in
config/database.php
file. -
Create a Migration class for each needed connection:
- Create a migration via artisan as usual.
- Extend this migration class from one of your migration classes instead of
Illuminate\Database\Migrations\Migration
. You can also use a built-in classCaliforniaMountainSnake\LaravelMigrations\DefaultMigration
for the default db connection. - Write you migration!
All versions of laravel-migrations with dependencies
PHP Build Version
Package Version
The package californiamountainsnake/laravel-migrations contains the following files
Loading the files please wait ....