Также здесь массив из двух как бы function expression
debouncedWatch
можно в вашем случае имело заменить на обычный watch
. git fetch origin
git checkout -b <название ветки> origin/<название ветки>
whereis <имя программы>
find / -name <имя программы>
{name: '...', {query: {...}}}
# Hello
Just a text.
## Hello 2
**Bold** _Italic_
Какой из них выбрать? Мне всего лишь нужно, чтобы было окошечко, где пользователь мог вписать текст (ну с форматированием конечно ,еще картинку можно было бы чтобы добавить, ну как обычно) для создания новой статьи.
const formatDate = (str) => new Intl.DateTimeFormat('ru-RU', {year: '2-digit', month: 'short', day: 'numeric'})
.format(new Date(str.split('-').reverse().join('-')));
formatDate('20-05-2021') // "20 мая 21 г."
apartments()
описываете через hasManyThrough. Если возможностей стандартного hasManyThrough
не хватает, можете использовать пакет eloquent-has-many-deep. function code(string $letter = 'P', int $count = 8, string $delimiter = '-'): string
{
$code = $letter . $delimiter . mt_rand(1, 9);
for ($i = 0; $i < $count - 1; $i++) {
$code .= mt_rand(0, 9);
}
return $code;
}
whenLoaded
method may be used to conditionally load a relationship. In order to avoid unnecessarily loading relationships, this method accepts the name of the relationship instead of the relationship itself:use App\Http\Resources\PostResource;
/**
* Transform the resource into an array.
*
* @param \Illuminate\Http\Request $request
* @return array
*/
public function toArray($request)
{
return [
'id' => $this->id,
'name' => $this->name,
'email' => $this->email,
'posts' => PostResource::collection($this->whenLoaded('posts')),
'created_at' => $this->created_at,
'updated_at' => $this->updated_at,
];
}