Skip to content

Instantly share code, notes, and snippets.

View tshafer's full-sized avatar
🏠
Working from home

Tom Shafer tshafer

🏠
Working from home
View GitHub Profile
<?php
namespace App\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
class ValidateEntryRequest extends FormRequest
{
/**
* Determine if the user is authorized to make this request.