File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
app/locker/repository/File Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
1521Your .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/
You can’t perform that action at this time.
0 commit comments