Skip to content

Commit dd5b127

Browse files
committed
Updates documentation with migration command.
1 parent 9f2e93b commit dd5b127

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/locker/repository/File/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Your .env.local.php file should look something like this.
1111
'FS_LOCAL_ENDPOINT' => __DIR__.'/uploads',
1212
```
1313

14+
If you're migrating from another file repository (i.e. "Rackspace"), you'll need to run the command below.
15+
16+
```sh
17+
php artisan ll:file-repo Local -f Rackspace
18+
```
19+
1420
### Rackspace
1521
Your .env.local.php file will need to include `OpenCloud\Rackspace` (below `<?php`).
1622
```php
@@ -27,6 +33,12 @@ Your .env.local.php file should look something like this.
2733
'FS_RACK_CONTAINER' => 'YOUR CONTAINER',
2834
```
2935

36+
If you're migrating from another file repository (i.e. "Local"), you'll need to run the command below.
37+
38+
```sh
39+
php artisan ll:file-repo Rackspace -f Local
40+
```
41+
3042
### Useful Development Links
3143
- http://docs.rackspace.com/sdks/api/php/class-OpenCloud.Rackspace.html
3244
- http://flysystem.thephpleague.com/api/

0 commit comments

Comments
 (0)