whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Validation
/
Rules
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/laravel/framework/src/Illuminate/Validation/Rules/ImageFile.php
<?php namespace Illuminate\Validation\Rules; class ImageFile extends File { /** * Create a new image file rule instance. * * @return void */ public function __construct() { $this->rules('image'); } /** * The dimension constraints for the uploaded file. * * @param \Illuminate\Validation\Rules\Dimensions $dimensions */ public function dimensions($dimensions) { $this->rules($dimensions); return $this; } }
Copyright ©2021 || Defacer Indonesia