Download the PHP package michael-rubel/laravel-helpful-traits without Composer
On this page you can find all versions of the php package michael-rubel/laravel-helpful-traits. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michael-rubel/laravel-helpful-traits
More information about michael-rubel/laravel-helpful-traits
Files in michael-rubel/laravel-helpful-traits
Download michael-rubel/laravel-helpful-traits
More information about michael-rubel/laravel-helpful-traits
Files in michael-rubel/laravel-helpful-traits
Vendor michael-rubel
Package laravel-helpful-traits
Short Description Useful traits you may include in your Laravel application.
License MIT
Homepage https://github.com/michael-rubel/laravel-helpful-traits
Package laravel-helpful-traits
Short Description Useful traits you may include in your Laravel application.
License MIT
Homepage https://github.com/michael-rubel/laravel-helpful-traits
Please rate this library. Is it a good library?
Informations about the package laravel-helpful-traits
Laravel Safe Request
Makes your FormRequest keys retrieved from $request->safe()
method by default to prevent retrieval of unvalidated input values.
The package requires PHP 8
or higher and Laravel 9
or higher.
StandWithUkraine
Installation
Install the package using composer:
Usage
Apply trait for your base Form Request in Laravel:
Any value accessed by the magic method (like $request->key
) now will be retrieved from the $request->safe()
.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-helpful-traits with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0|^8.1
illuminate/http Version ^8.71|^9.0
spatie/laravel-package-tools Version ^1.11
illuminate/http Version ^8.71|^9.0
spatie/laravel-package-tools Version ^1.11
The package michael-rubel/laravel-helpful-traits contains the following files
Loading the files please wait ....