Skip to content

Commit 6ce7607

Browse files
committed
Update readme.md
1 parent 1c16c74 commit 6ce7607

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ or
5151
$file = $fa->save('image', 'custimized_filename'); // => custimized_filename.jpg
5252
5353

54-
### Get file fullpath
54+
### Get file fullpath (abstract path from Laravel Storage)
5555

56-
$fa->getFullPath('wfj412.jpg'); // => '/images/wfj412.jpg'
56+
$fa->getPath('wfj412.jpg'); // => '/images/wfj412.jpg'
5757

5858
### Routing your files
5959

@@ -79,7 +79,7 @@ you can use url() method to get it
7979

8080
* Get file content
8181

82-
\Storage::get($fa->getPath('wfj412.jpg'));
82+
\Storage::get($fa->('wfj412.jpg'));
8383
8484
* Write files
8585

0 commit comments

Comments
 (0)