Skip to content

Commit bdbf304

Browse files
[9.x] The lang Directory was moved (laravel#7689)
* [9.x] The lang Directory was moved In Laravel 9 the lang directory was moved in the root project directory * Update structure.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent bf724e6 commit bdbf304

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

structure.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- [The `bootstrap` Directory](#the-bootstrap-directory)
77
- [The `config` Directory](#the-config-directory)
88
- [The `database` Directory](#the-database-directory)
9+
- [The `lang` Directory](#the-lang-directory)
910
- [The `public` Directory](#the-public-directory)
1011
- [The `resources` Directory](#the-resources-directory)
1112
- [The `routes` Directory](#the-routes-directory)
@@ -55,6 +56,11 @@ The `config` directory, as the name implies, contains all of your application's
5556

5657
The `database` directory contains your database migrations, model factories, and seeds. If you wish, you may also use this directory to hold an SQLite database.
5758

59+
<a name="the-lang-directory"></a>
60+
#### The Lang Directory
61+
62+
The `lang` directory houses all of your application's language files.
63+
5864
<a name="the-public-directory"></a>
5965
#### The Public Directory
6066

@@ -63,7 +69,7 @@ The `public` directory contains the `index.php` file, which is the entry point f
6369
<a name="the-resources-directory"></a>
6470
#### The Resources Directory
6571

66-
The `resources` directory contains your [views](/docs/{{version}}/views) as well as your raw, un-compiled assets such as CSS or JavaScript. This directory also houses all of your language files.
72+
The `resources` directory contains your [views](/docs/{{version}}/views) as well as your raw, un-compiled assets such as CSS or JavaScript.
6773

6874
<a name="the-routes-directory"></a>
6975
#### The Routes Directory

0 commit comments

Comments
 (0)