You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [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]>
@@ -55,6 +56,11 @@ The `config` directory, as the name implies, contains all of your application's
55
56
56
57
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.
57
58
59
+
<aname="the-lang-directory"></a>
60
+
#### The Lang Directory
61
+
62
+
The `lang` directory houses all of your application's language files.
63
+
58
64
<aname="the-public-directory"></a>
59
65
#### The Public Directory
60
66
@@ -63,7 +69,7 @@ The `public` directory contains the `index.php` file, which is the entry point f
63
69
<aname="the-resources-directory"></a>
64
70
#### The Resources Directory
65
71
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.
0 commit comments