И
Size: a a a
И
M
И
Д
M
M
И
Д
php artisan make:notification MyNewNotification
$user = Auth::user();
$user->notify(new MyNewNotification($user));
return 'Notification Sended to the new User';
С
$file_folder = storage_path('folder_' . $this->uuid);
$file_path = $file_folder . '/' . $this->uuid . '.' . $this->extension;
Д
$file_folder = storage_path('folder_' . $this->uuid);
$file_path = $file_folder . '/' . $this->uuid . '.' . $this->extension;
С
Д
С
С
AP
И
AP
И
АВ
PP