Skip to content

Commit

Permalink
feat: feature complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ammezie committed Jun 14, 2022
1 parent c6ef622 commit ba57fad
Show file tree
Hide file tree
Showing 40 changed files with 6,545 additions and 389 deletions.
9 changes: 9 additions & 0 deletions instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Congratulations! You have configured `@mezielabs/flair` package successfully. Make sure to add the following middlewares inside the `start/kernel.ts` file:

```ts
Server.middleware.registerNamed({
'...',
guest: () => import('App/Middleware/Guest'),
confirmPassword: () => import('App/Middleware/ConfirmPassword'),
})
```
Loading

0 comments on commit ba57fad

Please sign in to comment.