Credit Card Validator

How to setup

  • Clone this repository
  • run cp .env.example .env
  • run composer install to install dependencies
  • run php artisan key:generate to generate app key

How to run