V
Size: a a a
V
В
channels' => [А вот для MAIL_MAILER вижу возможность задать только один канал
'daily',
'syslog'
],
V
V
channels' => [А вот для MAIL_MAILER вижу возможность задать только один канал
'daily',
'syslog'
],
AP
VY
In Builder.php line 1229:в файле src/Illuminate/Database/Query/Builder.php
compact(): Undefined variable: operator
$this->wheres[] = compact('type', /*'operator',*/ 'query', 'boolean');
P
П
П
KP
П
VY
/**
* Add an exists clause to the query.
*
* @param \Illuminate\Database\Query\Builder $query
* @param string $boolean
* @param bool $not
* @return $this
*/
public function addWhereExistsQuery(Builder $query, $boolean = 'and', $not = false)
{
$type = $not ? 'NotExists' : 'Exists';
$this->wheres[] = compact('type', 'operator', 'query', 'boolean');
$this->addBinding($query->getBindings(), 'where');
return $this;
}
P
В
'mailers' => [и получаю ошибку " Illegal offset type in isset or empty"
..........
'array' => [
'transport' => [
'smtp',
'log'
],
]
]
VY
P
V
V
KP
Gt
class BrandsTest extends TestCase
{
use RefreshDatabase;
LSTATE[HY000]: General error: 1 no such table: brandsчую что проблема в том, что я сгенерировал 1 дамп файл (artisan schema:dump кажется)