Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
use Session; Session::get('city');
$products = Product::whereHas('lists', function ($query) { $query->where('user_id', Auth::id()); })->get();
You may also pass an array of conditions to the where function: $users = DB::table('users')->where([ ['status', '=', '1'], ['subscribed', '<>', '1'], ])->get();
@if($errors->has()) @foreach ($errors->all() as $error) <div>{{ $error }}</div> @endforeach @endif
fastcgi_pass unix:/run/php7.0-fpm.sock; этот путь приводит к "502 Bad Gateway" fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; #так правильно для php7