Skip to content

tanvirasifkhan/laravel-custom-validation-rule

Repository files navigation

Laravel Custom Validation Rule

This project is all about building custom Laravel validation rules which will be applied later for form validation

How to use ?

Follow these steps to get this project live

git clone https://github.com/tanvirasifkhan/Laravel-Custom-Validation-Rule.git
cd Laravel-Custom-Validation-Rule
composer install

Configure your .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password

Final steps

php artisan migrate
php artisan key:generate
http://localhost:8000

Thanks

About

This project is all about building custom Laravel validation rules which will be applied later for form validation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors