Download the PHP package gocanto/places-validation without Composer
On this page you can find all versions of the php package gocanto/places-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gocanto/places-validation
More information about gocanto/places-validation
Files in gocanto/places-validation
Package places-validation
Short Description validate users addresses through services like google place
License MIT
Homepage https://github.com/gocanto/places-validation
Informations about the package places-validation
Places Validation
Places validation is a laravel library that will help you out to handle your user addresses. Its aim is making sure the addresses submitted by users are valid through 3rd party services, as google.
Installation
Begin by installing the package through Composer. Run the following command in your terminal:
Once composer is done, add the package service provider in the providers array in config/app.php
:
Client Side
component which implements the google autocomplete library:
- Repository: https://github.com/gocanto/google-autocomplete
- Demo: https://gocanto.github.io/google-autocomplete/
Settings
You will be able to set the validator driver into file. At the moment, the package just has the ability to work with google, but others services are planned ahead.
The array driver looks like this:
if you do not set the driver within this file, the default one will be used.
Validate user address using the Laravel validator object
Now you will be able to use this package to validate the user address information within your validations rules. This is how it would look like:
You will be able to see the implementation on ManagerTest
Use out of the Laravel object
To implement the validation within your project, you have to include the Checker object as so:
then, you can let laravel to handle the dependency injection for you, as so:
Output Illustration
Inspiration
The inspiration came from a needed of using the validation within a form request object. I used Prosper Otemuyiwa package to have a scope of what I had to do.
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
License
The MIT License (MIT). Please see License File for more information.
How can I thank you?
Why not star the github repo? Why not share the link for this repository on Twitter? Spread the word!
Don't forget to follow me on twitter!
Thanks!
Gustavo Ocanto. [email protected]