Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update laravel.com links.
  • Loading branch information
jasekz authored Dec 15, 2021
1 parent a9de356 commit ed3b8fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and deleting files.

1) Follow the **Installation** instructions below.

Getting errors? Make sure you have a database set up (https://laravel.com/docs/7.x/database).
Getting errors? Make sure you have a database set up (https://laravel.com/docs/database).

2) In a view (welcome.blade.php, for example), add:
```html
Expand Down Expand Up @@ -54,7 +54,7 @@ That's it. If you have any issues or question, please feel free to open an issu

## Installation

NOTE: If you haven't set up a database yet for your app, please do that first as per Laravel docs - http://laravel.com/docs/5.0/database.
NOTE: If you haven't set up a database yet for your app, please do that first as per Laravel docs - http://laravel.com/docs/database.

Via composer
```
Expand All @@ -77,11 +77,11 @@ followed by

## Configuration (.env)

Laradrop uses Laravel's Filesystem mechanism (https://laravel.com/docs/5.2/filesystem) and by default will store your
Laradrop uses Laravel's Filesystem mechanism (https://laravel.com/docs/filesystem) and by default will store your
files in the `storage/app` directory. If you would like to modify this behavior, along with other default settings, you can set your `.env` file variables:
```php

# s3, local, or Rackspace. See 'Other Driver Prerequisites' at https://laravel.com/docs/5.2/filesystem. Defaults to 'local'
# s3, local, or Rackspace. See 'Other Driver Prerequisites' at https://laravel.com/docs/filesystem. Defaults to 'local'
LARADROP_DISK=local

# If your files need to be web accessible, set this param. S3, for example, would be 'https://s3.amazonaws.com/my-bucket'. Defaults to the web root (public).
Expand Down

0 comments on commit ed3b8fc

Please sign in to comment.