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.
- Host: GitHub
- URL: https://github.com/ashirafzal/laravel-form-validations-using-regex
- Owner: ashirafzal
- Created: 2021-04-20T19:55:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T08:43:28.000Z (about 4 years ago)
- Last Synced: 2025-01-21T04:43:08.705Z (4 months ago)
- Topics: laravel, laravel-framework, regex
- Language: PHP
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 migrateThis is how you can use regex in laravel.
This is how you can change the types of regex using check boxes.