]> _ Git - psq.git/commit
Add contact form
authorLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 17 Sep 2020 12:03:12 +0000 (14:03 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 17 Sep 2020 12:03:12 +0000 (14:03 +0200)
commit159627a1160f3a5bf84fdaecfbb4d13c39cecdf6
tree5ea3b01ad66a911c49768992c592fc029c921a11
parent37f679bcaa0a5e4689cf853614a37ff594161365
Add contact form
app/ContactRequest.php [new file with mode: 0644]
app/Http/Controllers/ContactController.php [new file with mode: 0644]
app/Notifications/ContactRequest.php [new file with mode: 0644]
database/migrations/2020_09_17_103016_create_contact_requests_table.php [new file with mode: 0644]
resources/views/contact/index.blade.php [new file with mode: 0644]
routes/web.php