]> _ Git - psq.git/commit
add humeurs and agenda, remove article
authorLouis Jeckel <louis.jeckel@outlook.cm>
Wed, 2 Sep 2020 17:40:32 +0000 (19:40 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Wed, 2 Sep 2020 17:40:32 +0000 (19:40 +0200)
commit2663cf3d97b0141f3a122a5a059da0d9434e77c5
tree7c1c0b1fa5f1f027aed9b0cdfd0decae93952837
parent560b2b4e329376a5ce6c086f5a50e3f4fff82aff
add humeurs and agenda, remove article
26 files changed:
app/Http/Controllers/Admin/ArticleController.php [deleted file]
app/Http/Controllers/Admin/HumeurController.php [new file with mode: 0644]
app/Http/Controllers/Admin/WeeklyAgendaController.php [new file with mode: 0644]
app/Http/Requests/Admin/ArticleRequest.php [deleted file]
app/Http/Requests/Admin/HumeurRequest.php [new file with mode: 0644]
app/Http/Requests/Admin/WeeklyAgendaRequest.php [new file with mode: 0644]
app/Models/Article.php [deleted file]
app/Models/Humeur.php [new file with mode: 0644]
app/Models/Revisions/ArticleRevision.php [deleted file]
app/Models/Slugs/ArticleSlug.php [deleted file]
app/Models/Slugs/HumeurSlug.php [new file with mode: 0644]
app/Models/WeeklyAgenda.php [new file with mode: 0644]
app/Repositories/ArticleRepository.php [deleted file]
app/Repositories/HumeurRepository.php [new file with mode: 0644]
app/Repositories/WeeklyAgendaRepository.php [new file with mode: 0644]
config/twill-navigation.php
config/twill.php
database/migrations/2020_09_02_152540_drop_articles_tables.php [new file with mode: 0644]
database/migrations/2020_09_02_153138_create_humeurs_tables.php [new file with mode: 0644]
database/migrations/2020_09_02_153336_create_weekly_agendas_tables.php [new file with mode: 0644]
resources/views/admin/eventImages/form.blade.php [new file with mode: 0644]
resources/views/admin/humeurs/form.blade.php [new file with mode: 0644]
resources/views/admin/weeklyAgendas/create.blade.php [new file with mode: 0644]
resources/views/admin/weeklyAgendas/form.blade.php [new file with mode: 0644]
resources/views/agenda-humeurs/index.blade.php [new file with mode: 0644]
routes/admin.php