File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ The preferred way to install this extension is through [composer](http://getcomp
9
9
With Composer installed, you can then install the extension using the following commands:
10
10
11
11
``` bash
12
- $ php composer.phar require jlorente /laravel-data-migrations
12
+ $ php composer.phar require coderan /laravel-data-migrations
13
13
```
14
14
15
15
or add
16
16
17
17
``` json
18
18
...
19
19
"require" : {
20
- "jlorente /laravel-data-migrations" : " *"
20
+ "coderan /laravel-data-migrations" : " *"
21
21
}
22
22
```
23
23
@@ -33,7 +33,7 @@ return [
33
33
//other stuff
34
34
'providers' => [
35
35
//other stuff
36
- \Jlorente \DataMigrations\DataMigrationsServiceProvider::class,
36
+ \Coderan \DataMigrations\DataMigrationsServiceProvider::class,
37
37
];
38
38
];
39
39
```
@@ -73,6 +73,6 @@ php artisan migrate-data:rollback [--path=]
73
73
The behavior of the migrations is the same as the regular migrations.
74
74
75
75
## License
76
- Copyright © ; 2018 José Lorente Martín <jose.lorente.martin@gmail.com >.
76
+ Copyright © ; 2021 José Lorente Martín <jose.lorente.martin@gmail.com >, Eran Machiels < dev@eranmachiels.nl > .
77
77
78
78
Licensed under the MIT license. See LICENSE.txt for details.
You can’t perform that action at this time.
0 commit comments