]> _ Git - psq.git/commit
poll creator
authorLouis Jeckel <louis.jeckel@outlook.cm>
Sat, 15 Aug 2020 17:11:46 +0000 (19:11 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Sat, 15 Aug 2020 17:11:46 +0000 (19:11 +0200)
commit2bacd0ef0f8d6a75672a400ff41bfc6cd537b6b2
tree25c7bd07776cddc93fe665df4e97ac070f578d38
parent2b71666edafa444351a42849b6b1ad5ba15abd46
poll creator
27 files changed:
app/Http/Controllers/Admin/AdCampaignController.php
app/Http/Controllers/Admin/PollController.php [new file with mode: 0644]
app/Http/Controllers/PollController.php [new file with mode: 0644]
app/Http/Requests/Admin/PollRequest.php [new file with mode: 0644]
app/Models/Poll.php [new file with mode: 0644]
app/Models/Slugs/PollSlug.php [new file with mode: 0644]
app/PollEntry.php [new file with mode: 0644]
app/Repositories/PollRepository.php [new file with mode: 0644]
config/twill-navigation.php
config/twill.php
database/migrations/2020_08_15_154338_create_polls_tables.php [new file with mode: 0644]
database/migrations/2020_08_15_165307_create_poll_entries_table.php [new file with mode: 0644]
public/css/app.css
resources/sass/_polls.scss [new file with mode: 0644]
resources/sass/app.scss
resources/views/admin/blocks/poll_check.blade.php [new file with mode: 0644]
resources/views/admin/blocks/poll_check_item.blade.php [new file with mode: 0644]
resources/views/admin/blocks/poll_text.blade.php [new file with mode: 0644]
resources/views/admin/polls/form.blade.php [new file with mode: 0644]
resources/views/errors/403.blade.php
resources/views/home/index.blade.php
resources/views/polls/show.blade.php [new file with mode: 0644]
resources/views/site/blocks/poll_check.blade.php [new file with mode: 0644]
resources/views/site/blocks/poll_check_item.blade.php [new file with mode: 0644]
resources/views/site/blocks/poll_text.blade.php [new file with mode: 0644]
routes/admin.php
routes/web.php