Skip to content

technopost214254/Bagisto-login-by-OTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Installation without composer:

  • This package is for customer and admin login via OTP sent to email. Create an EmailOtpLogin folder under the package/Webkul folder and copy all file under that folder. also this package made for bagisto v2.2.0

Bagisto: v2.2.0

  • Goto config/app.php file and add following line under 'providers'
Webkul\EmailOtpLogin\Providers\EmailOtpLoginServiceProvider::class,
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\EmailOtpLogin\\": "packages/Webkul/EmailOtpLogin/src"
  • Run these commands below to complete the setup
composer dump-autoload
php artisan migrate
php artisan route:cache
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

Releases

No releases published

Packages

No packages published