Skip to content

Instantly share code, notes, and snippets.

$question = new Question();
$question->answers = "wefwef";
$question->answers = [
"wefwefwe",
"wefdwefwef",
"wefwefwef"
];
// Геттер и сеттер
public function getAnswers($value)
<?php
/**
* A helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.1.8 (LTS) on 2015-07-23.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
<!DOCTYPE html><html lang="<?php echo e(config(" app.locale"));="" ?="">"><head><meta charset=utf-8><meta name=viewport content="width=device-width, initial-scale=1"><title><?php echo e(isset($title) ? $title : 'Blog'); ?></title><link href="<?php echo e(asset(" images="" favicon.png"));="" ?="">" rel="shortcut icon" type="image/x-icon" /><link rel=stylesheet href="<?php echo e(asset('build/css/app.css')); ?>"><script src="<?php echo e(asset(" build="" js="" app.js'));="" ?="">' type='text/javascript'></script></head><body><div class="container block"><?php echo $__env->yieldContent('content'); ?></div></body></html>
Starting 'compress'...
events.js:85
throw er; // Unhandled 'error' event
^
Error: Parse Error: <html lang="<?php echo e(config("app.locale")); ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php echo e(isset($title) ? $title : 'Blog'); ?></title>