Get expert guidance in a few days with a Laravel code review

Base64 Validation

crazybooot/base64-validation image

Base64 Validation stats

Downloads
781.1K
Stars
116
Open Issues
8
Forks
35

View on GitHub →

Laravel validators for base64 encoded files

Laravel validators for base64 encoded files, includes versions of laravel files validation for base64 encoded files.

Requirements

  • PHP: 7.1+/8.0+
  • Laravel: 5.5+/6+/7+/8+/9+

Install

  • Install composer package to your laravel project
$ composer require crazybooot/base64-validation

Using

Use base64 validation rules as usual Laravel validation rules. Base64 rules variants supports all parameters from their original Laravel rules.

public function rules(): array
{
return [
'attachment' => 'sometimes|base64dimensions:min_width=100,min_height=200',
];
}

Available rules

base64 rule analog of Laravel rule
base64max max (for file)
base64min min (for file)
base64dimensions dimensions (for image)
base64file file
base64image image
base64mimetypes mimetypes
base64mimes mimes
base64between between (for file)
base64size size (for file)

Localization

By default each base64 rule uses validation error message from its non base64 file rule equivalent, for example localization from 'validation.min.file' is used for base64min message. If you would like to have your own localization for base64 rules you can easy change default behaviour by publishing config

php artisan vendor:publish --provider="Crazybooot\Base64Validation\Providers\ServiceProvider" --tag=config

and setting up replace_validation_messages option to false on config/base64validation.php file, and add localizations for rules in standard Laravel way.

License

The MIT License (MIT). Please see License File for more information.

crazybooot photo

Laravel + VueJS developer

Cube

Laravel Newsletter

Join 40k+ other developers and never miss out on new tips, tutorials, and more.


Crazybooot Base64 Validation Related Articles

Intervention Validation image

Intervention Validation

Read article
Laravel Cloud logo

Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Cloud
PhpStorm logo

PhpStorm

The go-to PHP IDE with extensive out-of-the-box support for Laravel and its ecosystem.

PhpStorm
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media
Harpoon: Next generation time tracking and invoicing logo

Harpoon: Next generation time tracking and invoicing

The next generation time-tracking and billing software that helps your agency plan and forecast a profitable future.

Harpoon: Next generation time tracking and invoicing
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $3200/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit