File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # PhpSlide
1
+ # PhpSlides
2
2
3
3
<p align =" center " >
4
4
<a href =" https://packagist.org/packages/phpslides/framework " ><img src =" https://img.shields.io/packagist/dt/phpslides/framework " alt =" Total Downloads " ></a >
@@ -202,12 +202,14 @@ Here's an overview of the project directory structure:
202
202
203
203
project_root/<br >
204
204
├── app/<br >
205
- │ ├── Controller /<br >
205
+ │ ├── Forgery /<br >
206
206
│ ├── Guards/<br >
207
- │ ├── Forge/<br >
207
+ │ ├── Http/<br >
208
+ │ │ └── Api/<br >
209
+ │ │ └── Controller/<br >
208
210
├── public/<br >
209
211
├── src/<br >
210
- │ ├── bootstrap /<br >
212
+ │ ├── routes /<br >
211
213
│ ├── configs/<br >
212
214
│ ├── resources/<br >
213
215
│ │ └── views/<br >
@@ -216,10 +218,8 @@ project_root/<br>
216
218
├── .env.example<br >
217
219
├── .htaccess<br >
218
220
├── composer.json<br >
219
- ├── configs.json<br >
220
- ├── LICENSE<br >
221
- ├── README.md<br >
222
- └── slide
221
+ ├── config.json<br >
222
+ └── README.md
223
223
224
224
## Documentation
225
225
You can’t perform that action at this time.
0 commit comments