withoutVite(); foreach (['storage/framework/views', 'storage/framework/cache/data'] as $dir) { if (! is_dir($path = base_path($dir))) { mkdir($path, 0755, true); } } } }