Skip to content

Commit fefc8ef

Browse files
Merge pull request #6 from laravel-frontend-presets/master
update composer.md
2 parents af760db + 1e98b86 commit fefc8ef

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ All notable changes to `Paper Dashboard` frontend preset for Laravel will be doc
1414

1515
- Update to Laravel 6.x
1616

17-
## Version 1.0.2 - 2020-03-18
17+
## Version 1.0.2 - 2019-11-14
18+
19+
- Update Composer
20+
21+
## Version 1.0.3 - 2020-03-18
1822

1923
- Update to Laravel 7.x

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can access the dashboard either by using the "**Dashboard**" link in the lef
6666

6767
You have the option to edit the current logged in user's profile (change name, email and password). To access this page just click the "**User profile**" link in the left sidebar or by adding **/profile** in the url.
6868

69-
The `App\Htttp\Controlers\ProfileController` handles the update of the user information.
69+
The `App\Http\Controllers\ProfileController` handles the update of the user information.
7070

7171
```
7272
public function update(ProfileRequest $request)

0 commit comments

Comments
 (0)