]> _ Git - pmi.git/commitdiff
#2878
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jul 2019 09:07:18 +0000 (11:07 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jul 2019 09:07:18 +0000 (11:07 +0200)
routes/web.php
update

index b8d6836ca2a3cc3091f290fd7c2066721715de36..98309b7d07b8baac988202d4bc015e18abd32d83 100644 (file)
@@ -1,8 +1,4 @@
 <?php
 
-Route::get('cubist/product/{id}', ['uses' => 'ProductController@productDetails']);
-Route::get('cubist/producttype/{id}', ['uses' => 'ProductController@productList']);
-Route::get('cubist/page/{slug}', ['uses' => 'PageController@index']);
-
 Route::get('{page}/{subs?}', ['uses' => 'PageController@catchall'])
     ->where(['page' => '^(((?=(?!admin))(?=(?!\/)).))*$', 'subs' => '.*']);
diff --git a/update b/update
index 31f266cba992f3bdf67ecaf70c573121c7c7f409..2342e49ed10018f42bbbe2098ec9a1cd63cac751 100644 (file)
--- a/update
+++ b/update
@@ -2,7 +2,7 @@
 <?php
 echo `composer update -v --no-progress --profile --prefer-dist`;
 echo `composer dump-autoload`;
-//echo `php artisan config:cache`;
+echo `php artisan config:cache`;
 //echo `php artisan view:clear`;
 //echo `php artisan view:cache`;
 #`php artisan vendor:publish --provider="CubistBackpackServiceProvider"`;
@@ -10,4 +10,4 @@ echo `composer dump-autoload`;
 //`php artisan vendor:publish --tag=migrations`;
 //`php artisan migrate`;
 #`composer dump-autoload`;
-`php artisan cubist:magic:generate`;
+echo `php artisan cubist:magic:generate`;