Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 610 Bytes

readme.md

File metadata and controls

34 lines (25 loc) · 610 Bytes

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