We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9c6c7 commit 9dfca4eCopy full SHA for 9dfca4e
resources/views/docs/desktop/1/digging-deeper/files.md
@@ -101,15 +101,14 @@ NativePHP allows you to bundle additional files with your application that can b
101
102
### Adding Files
103
104
-To include extra files with your application, place them in the `public/extras/` directory at the root of your Laravel project:
+To include extra files with your application, place them in a `extras/` directory at the root of your Laravel project:
105
106
```
107
your-project/
108
-├── public/
109
-│ └── extras/
110
-│ ├── my-tool.sh
111
-│ ├── my-tool.exe
112
-│ └── sample.csv
+├── extras/
+│ ├── my-tool.sh
+│ ├── my-tool.exe
+│ └── sample.csv
113
├── app/
114
└── ...
115
0 commit comments