An open API service indexing awesome lists of open source software.

https://github.com/ashirafzal/laravel-form-validations-using-regex

Laravel Form Validations Using Regex Examples. In this laravel project there are different types of regex validation has been done.
https://github.com/ashirafzal/laravel-form-validations-using-regex

laravel laravel-framework regex

Last synced: 3 months ago
JSON representation

Laravel Form Validations Using Regex Examples. In this laravel project there are different types of regex validation has been done.

Awesome Lists containing this project

README

        

# Just clone the project and run these commands

copy .env.example .env
composer install
php artisan key:generate
composer dump-autoload
php artisan migrate

This is how you can use regex in laravel.
This is how you can change the types of regex using check boxes.