Skip to content

Commit

Permalink
add: login form notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Feb 26, 2023
1 parent a9e2346 commit b287d94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .laravel-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,10 @@ const menuClick = (event, item) => {
</script>
```

### Use premium login and signup layouts

Optionally, you may update layouts of login and signup, located at `resources/js/Pages/Auth` with Premium version layouts from `src/views/Premium/LoginView.vue` and `src/views/Premium/SignupView.vue`

## Optional steps

### Default style
Expand Down

0 comments on commit b287d94

Please sign in to comment.