This project is all about building custom Laravel validation rules which will be applied later for form validation
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
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=db_name DB_USERNAME=db_username DB_PASSWORD=db_password
php artisan migrate php artisan key:generate http://localhost:8000