You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or manually update `require-dev` block of `composer.json` and run `composer update`.
26
22
27
23
```json
28
24
{
29
25
"require-dev": {
30
-
"andrey-helldar/migrate-db": "^1.1"
26
+
"dragon-code/migrate-db": "^2.0"
31
27
}
32
28
}
33
29
```
34
30
31
+
### Upgrade from `andrey-helldar/migrate-db`
32
+
33
+
1. In your `composer.json` file, replace `"andrey-helldar/migrate-db": "^1.0"` with `"dragon-code/migrate-db": "^2.0"`.
34
+
2. Run the `command composer` update.
35
+
3. Profit!
36
+
35
37
## Compatibility
36
38
37
39
| Service | Versions |
@@ -43,7 +45,7 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
43
45
## Using
44
46
45
47
Create a new database and set up both connections in the `connections` section of
46
-
the [config/database.php](https://github.com/laravel/laravel/blob/8.x/config/database.php) file, then run the `db:migrate` console command passing two
48
+
the [config/database.php](https://github.com/laravel/laravel/blob/master/config/database.php) file, then run the `db:migrate` console command passing two
47
49
parameters:
48
50
49
51
```bash
@@ -65,36 +67,18 @@ Enjoy 😊
65
67
This package is licensed under the [MIT License](LICENSE).
66
68
67
69
68
-
## For Enterprise
69
-
70
-
Available as part of the Tidelift Subscription.
71
-
72
-
The maintainers of `andrey-helldar/migrate-db` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more](https://tidelift.com/subscription/pkg/packagist-andrey-helldar-migrate-db?utm_source=packagist-andrey-helldar-migrate-db&utm_medium=referral&utm_campaign=enterprise&utm_term=repo).
0 commit comments