]> _ Git - psq.git/commit
moved publish to admin
authorLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 4 May 2020 18:13:56 +0000 (20:13 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Mon, 4 May 2020 18:13:56 +0000 (20:13 +0200)
commita5eb40b7a33cd96e2736969db7336975f3a00a58
tree9466174d6c9c96f4873aa0204b6b990cd07dc002
parent4ff401ed3981cfacad011c1dead83ce82f6a480a
moved publish to admin
17 files changed:
app/Http/Controllers/Admin/PublishController.php [new file with mode: 0644]
app/Http/Controllers/Admin/StatisticsController.php [new file with mode: 0644]
app/Http/Controllers/PublishController.php [deleted file]
app/Http/Controllers/StatisticsController.php [deleted file]
config/twill-navigation.php
public/admin/js/admin.js [new file with mode: 0644]
public/css/app.css
public/js/app.js
public/mix-manifest.json
resources/js/admin.js [new file with mode: 0644]
resources/js/components/Publish/Step1UploadFile.vue
resources/sass/app.scss
resources/views/admin/free.blade.php [new file with mode: 0644]
resources/views/publish/publish.blade.php
routes/admin.php
routes/web.php
webpack.mix.js