This Laravel project was created for learning purposes and focuses on validating phone numbers using Laravel's validation system along with the Propaganistas/Laravel-Phone package.
This project demonstrates how to validate phone numbers in Laravel applications. It includes:
- Validation rules for phone numbers using the Propaganistas/Laravel-Phone package
- Form for submitting phone numbers
- Display of existing phone numbers
- Deletion of phone numbers
Once the application is running, you can access the phone number validation form in your browser. Enter a phone number and submit the form to see the validation result. Existing phone numbers will be displayed below the form, and you can delete them as needed.