namespace App\Console\Commands;
-
-use App\Models\Product;
use Cubist\Util\ArrayUtil;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\DB;
-use League\Csv\Reader;
class CMSMigration extends Command
{
<?php
echo `composer update -v --no-progress --profile --prefer-dist`;
echo `composer dump-autoload`;
+echo `php artisan cache:clear`;
echo `php artisan config:cache`;
-//echo `php artisan view:clear`;
-//echo `php artisan view:cache`;
+echo `php artisan view:cache`;
#`php artisan vendor:publish --provider="CubistBackpackServiceProvider"`;
// Database migrations
//`php artisan vendor:publish --tag=migrations`;