]> gitweb.hamatoma.de Git - gadeku.git/commit
V 0.1.3 Neu:Reviews
authorCeline <celine_kappeler@gmx.de>
Wed, 3 Apr 2024 19:59:50 +0000 (21:59 +0200)
committerCeline <celine_kappeler@gmx.de>
Wed, 3 Apr 2024 19:59:50 +0000 (21:59 +0200)
commit3342dd10874457af55054e1f69119eb81cfadb36
tree47fe78f58072f267146cbd0a0a7381d5b60103a8
parent2ad57a0af30f2883a4e166131a038e5efbc35e8a
V 0.1.3 Neu:Reviews
CHANGELOG.md
app/Http/Controllers/ReviewController.php [new file with mode: 0644]
app/Models/Review.php [new file with mode: 0644]
database/migrations/2024_03_09_194857_create_reviews_table.php [new file with mode: 0644]
resources/views/review/create.blade.php [new file with mode: 0644]
resources/views/review/edit.blade.php [new file with mode: 0644]
resources/views/review/index.blade.php [new file with mode: 0644]
resources/views/review/show.blade.php [new file with mode: 0644]
routes/web.php