Skip to content

Commit 8aa1464

Browse files
committed
wip
1 parent 299a860 commit 8aa1464

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,26 @@ Now, open the project in your browser (Typically `http://podium.test`) and use t
2525
2626
Pass: password
2727
```
28+
29+
## Project Structure
30+
31+
The application follows a standard Laravel structure with key files organized as follows:
32+
33+
```
34+
podium/
35+
├── routes/
36+
│ └── web.php # Main web routes
37+
38+
└── resources/
39+
└── views/
40+
├── dashboard.blade.php # Question dashboard page
41+
└── livewire/
42+
└── question/
43+
├── show.blade.php # Question list item
44+
└── create.blade.php # Create question button & modal
45+
```
46+
47+
## References
48+
49+
- [Flux "Q&A Board" demo page →](https://fluxui.dev/demos)
50+
- [Livewire $js() documentation](https://livewire.laravel.com/docs/actions#javascript-actions)

0 commit comments

Comments
 (0)