leandrocfe / filament-ptbr-form-fields

This package provides custom form fields for Filament (>=v2.17.28) that are commonly used in Brazilian web applications, such as CPF/CNPJ validation, phone number formatting, money with currency symbol, and CEP integration with ViaCep.
MIT License
90 stars 11 forks source link

Correction of the error "The scheme '' is not supported." #19

Closed danielcei closed 3 months ago

danielcei commented 3 months ago

In PHP 8.3 and Laravel 10.38 for some reason, it is necessary to use "Https" or "Http" in the URL of ViaCEP.

image