All Projects → rolandalla → laravel-qr-code-login

rolandalla / laravel-qr-code-login

Licence: MIT license
Today I will be showing you how to implement Laravel login with QRcode in a website. You can use my Laravel Starter so you can start the project in one minute .

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-qr-code-login

ai barcode
Barcode generation,Barcode scanning,qrcode,qrcode generation,qrcode creator,flutter barcode,flutter qrcode,support android iOS web platform
Stars: ✭ 99 (+37.5%)
Mutual labels:  qrcode-scanner, qrcode-generator, qrcode-reader
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+5623.61%)
Mutual labels:  qrcode-scanner, qrcode-generator, qrcode-reader
Secure-QR-Reader
Privacy Focused and Secure QR Reader
Stars: ✭ 32 (-55.56%)
Mutual labels:  qrcode-scanner, qrcode-reader
barcode-detector
Spec compliant polyfill of the Barcode Detection API 🤳
Stars: ✭ 31 (-56.94%)
Mutual labels:  qrcode-scanner, qrcode-reader
barcode-server
Barcode Server for Barcode Client-Server android application
Stars: ✭ 40 (-44.44%)
Mutual labels:  qrcode-scanner, qrcode-reader
Xqrcode
A very convenient and practical qrcode scanning, analysis, generation library.(一个非常方便实用的二维码扫描、解析、生成库)
Stars: ✭ 148 (+105.56%)
Mutual labels:  qrcode-scanner, qrcode-generator
pix-payload-generator.net
Gerar payload para qrcode estático PIX. (Sistema de pagamento instantâneo do Brasil) Sem a necessidade de conexão com um PSP.
Stars: ✭ 23 (-68.06%)
Mutual labels:  code, qrcode-generator
BGAQRCode-Android
QRCode 扫描二维码、扫描条形码、相册获取图片后识别、生成带 Logo 二维码、支持微博微信 QQ 二维码扫描样式
Stars: ✭ 7,714 (+10613.89%)
Mutual labels:  qrcode-scanner, qrcode-generator
Lbxscan
A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
Stars: ✭ 3,133 (+4251.39%)
Mutual labels:  qrcode-scanner, qrcode-generator
BarcodeReader
Simple multi-format barcode reader for Windows
Stars: ✭ 26 (-63.89%)
Mutual labels:  qrcode-scanner, qrcode-reader
qikQR
minimal desktop app to create QR codes.
Stars: ✭ 20 (-72.22%)
Mutual labels:  qrcode-generator, qrcode-reader
Qrcode
A pure JavaScript QRCode encode and decode library.
Stars: ✭ 69 (-4.17%)
Mutual labels:  qrcode-scanner, qrcode-generator
Czxing
C++ port of ZXing and ZBar for Android.
Stars: ✭ 854 (+1086.11%)
Mutual labels:  qrcode-scanner, qrcode-generator
Zxinglite
🔥 ZXing的精简版,优化扫码和生成二维码/条形码,内置闪光灯等功能。扫描风格支持:微信的线条样式,支付宝的网格样式。几句代码轻松拥有扫码功能 ,ZXingLite让集成更简单。(扫码识别速度快如微信)
Stars: ✭ 2,117 (+2840.28%)
Mutual labels:  code, qrcode-scanner
quagga2-reader-qr
Quagga2 sample external reader for QR codes
Stars: ✭ 20 (-72.22%)
Mutual labels:  qrcode-scanner, qrcode-reader
flutter qr code scanner generator sharing
Flutter App For Scanning, Generating, Sharing QR Code
Stars: ✭ 137 (+90.28%)
Mutual labels:  qrcode-scanner, qrcode-generator
QR Attendance
This project is an attendance system which provides attendance on scanning QR code. The attendance is stored in Excel sheet named with the date of attendance taken. In this folder a file named Generate.py is used to generate the QR code for given input file. Attend.py file is for scanning the QR code
Stars: ✭ 17 (-76.39%)
Mutual labels:  qrcode-scanner, qrcode-generator
Swiftscan
A barcode and qr code scanner( 二维码/条形码扫描、生成,仿微信、支付宝)
Stars: ✭ 293 (+306.94%)
Mutual labels:  qrcode-scanner, qrcode-generator
qrrs
CLI QR code generator and reader written in rust
Stars: ✭ 29 (-59.72%)
Mutual labels:  qrcode-scanner, qrcode-generator
SwiftQRCodeScanner
An easy QR code reader for iOS written in Swift
Stars: ✭ 49 (-31.94%)
Mutual labels:  qrcode-scanner, qrcode-reader

Laravel Framework 5.4 ,Sentinel,Crud Generator ,Qr Code Login

Check our article

##Check how it works on youtube : Laravel QR Code generator and login

Starter Site based on on Laravel 5.4

Starter Site Features:

  • Laravel 5.4.x
  • Twitter Bootstrap 3.x
  • Back-end
    • Automatic install and setup website.
    • User management.
    • Role management.
    • Dashboard.
    • Gentelella Dashboard Ready.
  • Front-end
    • User login, registration
    • soon will be more...
  • Packages included:
    • Datatables Bundle
    • Sentinel
    • Crud generator

##Requirements

PHP >= 5.6.4
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension

##How to install:


Step 1: Get the code - Download the repository

https://github.com/roladn/laravel-qr-code-login/archive/master.zip

OR Clone this repository:
 https://github.com/roladn/laravel-qr-code-login.git

Extract it in www(or htdocs if you using XAMPP or MAMP) folder and put it for example in laravelStartersite folder.


Step 2: Use Composer to install dependencies

Laravel utilizes Composer to manage its dependencies. First, download a copy of the composer.phar. Once you have the PHAR archive, you can either keep it in your local project directory or move to usr/local/bin to use it globally on your system. On Windows, you can use the Composer Windows installer. Open terminal and go to the project foleder Then run:

composer dump-autoload
composer install --no-scripts

Step 3: Create database

If you finished first three steps, now you can create database on your database server(MySQL). You must create database with utf-8 collation(uft8_general_ci), to install and application work perfectly. Just go to the phpmyadmin and create the new database After that, copy .env.example and rename it as .env and put connection and change default database connection name, only database connection, put name database, database username and password.


Step 4: Install

Now that you have the environment configured, you need to create a database configuration for it. For create database tables use this command:

php artisan migrate

And to initial populate database use this:

php artisan db:seed

If you install on your localhost in folder laravelStartersite, you can type on web browser:

http://localhost/laravel-qr-code-login/public/

OR Run the command " php artisan serv ", and open on the browser the url you get in console :):


Step 5: Start Page

You can now login to admin part of Laravel Framework 5.4 Site:

username: [email protected]
password: admin

Troubleshooting

RuntimeException : No supported encrypter found. The cipher and / or key length are invalid.

php artisan key:generate

Site loading very slow

composer dump-autoload --optimize

OR

php artisan dump-autoload

License

This is free software distributed under the terms of the MIT license


Additional information

Inspired by Laravel 5.4 and based on: Crud Generator Laravel Starter

##How Starter Site is look like

Qr Code Sacaning Login Register new user Admin dashboard Admin list users Perrmissons user/role


Read More From my Plog Post Read Step by step integration http://www.rolandalla.com/laravel-login-qr-code/

Support on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].