4,000 emails/month for free | Mailtrap sends real emails now!

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


Crazybooot Base64 Validation Related Articles

Intervention Validation image

Intervention Validation

Read article
Acquaint Softtech logo

Acquaint Softtech

Acquaint Softtech offers AI-ready Laravel developers who onboard in 48 hours at $3000/Month with no lengthy sales process and a 100 percent money-back guarantee.

Acquaint Softtech
Laravel Cloud logo

Laravel Cloud

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

Laravel Cloud
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
Get expert guidance in a few days with a Laravel code review logo

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

Expert code review! Get clear, practical feedback from two Laravel devs with 10+ years of experience helping teams build better apps.

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

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
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