ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/vendor/froiden/laravel-installer/src/Request/
Upload File :
Current File : /home2/selectio/www/fms-worksuite/vendor/froiden/laravel-installer/src/Request/UpdateRequest.php

<?php

namespace Froiden\LaravelInstaller\Request;



class UpdateRequest extends CoreRequest
{
    /**
     * Determine if the user is authorized to make this request.
     *
     * @return bool
     */

    public function authorize()
    {
        return true;
    }

    /**
     * Get the validation rules that apply to the request.
     *
     * @return array
     */
    public function rules()
    {
        return [
            'hostname' => 'required',
            'username' => 'required',
            'database' => 'required',
        ];
    }

}

Zerion Mini Shell 1.0