А
Size: a a a
А
А
С
С
public function rules()
{
if ($this->category == "links") { return [...] }
if($this->category == "news") { return [...] }
}
'file' => [
'mimes:pdf',
new BulletinUniqueFile($this),
],
С
С
DT
С
DT
DT
С
С
DT
zend_extension=xdebug.so
xdebug.remote_enable=on
xdebug.remote_connect_back=on
xdebug.remote_handler=dbgp
xdebug.remote_host=172.18.0.1
xdebug.remote_autostart=on
xdebug.remote_port=9013
#xdebug.profiler_enable=1
#xdebug.profiler_output_dir=/var/www/html/.profiling
DT
DT
С
DT
DT
DT