Skip to content

Commit

Permalink
Update directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Sep 11, 2023
1 parent ef170dc commit 0c93f2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions getting-started/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ The `database` directory contains database migration files.

The `public` directory contains some static resources, such as images, certificates, etc.

### `resources` Directory

The `resources` directory contains your [views](../the-basics/views.md) as well as your raw, un-compiled assets such as CSS or JavaScript.

### `routes` Directory

The `routes` directory contains all the route definitions of the application.
Expand All @@ -36,6 +40,10 @@ The `routes` directory contains all the route definitions of the application.

The `storage` directory contains the `logs` directory, and the `logs` directory contains the application log files.

### `tests` Directory

The `tests` directory contains your automated tests.

## `app` Directory

### `console` Directory
Expand Down
8 changes: 8 additions & 0 deletions zh/getting-started/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@

`public` 目录包含一些静态资源,如图像、证书等。

### resources 目录

`resources` 目录包含您的[视图](../the-basics/views.md),以及原始的、未编译的资源文件,例如 CSS 或 JavaScript。

### routes 目录

`routes` 目录包含应用程序的所有路由定义。
Expand All @@ -36,6 +40,10 @@

`storage` 目录包含 `logs` 等目录,`logs` 目录包含应用程序的日志文件。

### tests 目录

`tests` 目录包含你的自动化测试。

## app 目录

### console 目录
Expand Down

0 comments on commit 0c93f2f

Please sign in to comment.