]> _ Git - pmi.git/commit
wip #2843 @5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 4 Jul 2019 12:26:47 +0000 (14:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 4 Jul 2019 12:26:47 +0000 (14:26 +0200)
commiteb1494712dcf7490d3d3c466bf9ee964cec56dba
treecfd729b1a6176a4d318e80539615ee10749f9e8a
parente15ddb1b28d3ff264299d9eaaa9962fb43ac7b04
wip #2843 @5
29 files changed:
app/Http/Controllers/Admin/NewsCrudController.php [new file with mode: 0644]
app/Http/Controllers/Controller.php [deleted file]
app/Http/Controllers/PageController.php
app/Http/Controllers/ProductController.php [new file with mode: 0644]
app/Http/Kernel.php
app/Http/Middleware/GenerateMenus.php [deleted file]
app/Models/Page.php
app/Models/Product.php
app/Models/Settings.php
composer.json
config/app.php
package.json
public/_modules/product-onglet/img/arrow-down.svg [deleted file]
public/_modules/product-onglet/img/icon-file-2.svg [deleted file]
public/_modules/product-onglet/img/icon-file.svg [deleted file]
public/_modules/product-onglet/style.styl
public/images/product-details/arrow-down.svg [new file with mode: 0644]
public/images/product-details/icon-document.svg [new file with mode: 0644]
public/images/product-details/icon-tech.svg [new file with mode: 0644]
resources/js/bootstrap.js
resources/js/product-details.js [new file with mode: 0644]
resources/styles/components/product-details.styl [new file with mode: 0644]
resources/views/layouts/app.blade.php
resources/views/pages/product-detail.blade.php
resources/views/partials/footer.blade.php
resources/views/partials/nav.blade.php
routes/backpack/custom.php
routes/web.php
webpack.mix.js