This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Requests; | |
use Illuminate\Contracts\Validation\Validator; | |
use Illuminate\Foundation\Http\FormRequest; | |
use Illuminate\Http\Exceptions\HttpResponseException; | |
use Illuminate\Http\JsonResponse; | |
use Waavi\Sanitizer\Laravel\SanitizesInput; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Requests; | |
class UserStoreRequest extends BaseFormRequest | |
{ | |
/** | |
* Determine if the user is authorized to make this request. | |
* | |
* @return bool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UrlSigner.temporarySign('http://secured.domain/tempSigner', 24, { user : 1 }); |
OlderNewer