Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 416 Bytes

DEV.md

File metadata and controls

26 lines (20 loc) · 416 Bytes

Setup

Clone the package

git clone https://github.com/ferdousanam/laravel-sms-verification.git packages/laravel-sms-verification

Add to composer.json

{
  "repositories": [
    {
        "type": "path",
        "url": "packages/laravel-development-kit"
    }
  ]
}

Run the composer command to install

composer require ferdousanam/laravel-sms-verification