PHP 8.2.30
Preview: ProfileUpdateRequest.php Size: 627 B
/home/byroehnu/cnggold.com.ng/app/Http/Requests/Backend/ProfileUpdateRequest.php

<?php

namespace App\Http\Requests\Backend;

use Illuminate\Foundation\Http\FormRequest;

class ProfileUpdateRequest extends FormRequest
{
    /**
     * Determine if the user is authorized to make this request.
     */
    public function authorize(): bool
    {
        return true;
    }

    /**
     * Get the validation rules that apply to the request.
     *
     * @return array<string, \Illuminate\Contracts\Validation\ValidationRule|array|string>
     */
    public function rules(): array
    {
        return [
            'name' => 'required|max:255',
            'about' => 'required|max:255',
        ];
    }
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
627 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
630 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
631 B lrw-r--r-- 2025-04-08 04:12:56
Edit Download
823 B lrw-r--r-- 2025-04-19 04:22:18
Edit Download
746 B lrw-r--r-- 2025-04-18 05:21:00
Edit Download
682 B lrw-r--r-- 2025-04-18 05:21:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).