<?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' => '.*']);
<?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"`;
//`php artisan vendor:publish --tag=migrations`;
//`php artisan migrate`;
#`composer dump-autoload`;
-`php artisan cubist:magic:generate`;
+echo `php artisan cubist:magic:generate`;