Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
update middleware alias
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchopin committed Mar 24, 2017
1 parent df25b58 commit be36811
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion en/guide/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ _This directory can not be renamed._

### The Middleware Directory

_Coming soon_
The `middleware` directory contains your Application Middleware. The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts).

[More documentation about Middleware integration](/guide/routing#middleware)

### The Pages Directory

Expand Down Expand Up @@ -82,6 +84,7 @@ _This file can not be renamed._
| ~ | / |
| ~assets | /assets |
| ~components | /components |
| ~middleware | /middleware |
| ~pages | /pages |
| ~plugins | /plugins |
| ~static | /static |
Expand Down

0 comments on commit be36811

Please sign in to comment.