Skip to content

Commit 9dfca4e

Browse files
authored
Change path to extras
1 parent 0e9c6c7 commit 9dfca4e

File tree

1 file changed

+5
-6
lines changed
  • resources/views/docs/desktop/1/digging-deeper

1 file changed

+5
-6
lines changed

resources/views/docs/desktop/1/digging-deeper/files.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,14 @@ NativePHP allows you to bundle additional files with your application that can b
101101

102102
### Adding Files
103103

104-
To include extra files with your application, place them in the `public/extras/` directory at the root of your Laravel project:
104+
To include extra files with your application, place them in a `extras/` directory at the root of your Laravel project:
105105

106106
```
107107
your-project/
108-
├── public/
109-
│ └── extras/
110-
│ ├── my-tool.sh
111-
│ ├── my-tool.exe
112-
│ └── sample.csv
108+
├── extras/
109+
│ ├── my-tool.sh
110+
│ ├── my-tool.exe
111+
│ └── sample.csv
113112
├── app/
114113
└── ...
115114
```

0 commit comments

Comments
 (0)