{"id":14974726,"url":"https://github.com/rolandalla/laravel-qr-code-login","last_synced_at":"2025-10-27T10:30:54.041Z","repository":{"id":51103510,"uuid":"93241226","full_name":"rolandalla/laravel-qr-code-login","owner":"rolandalla","description":"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 .","archived":false,"fork":false,"pushed_at":"2019-01-11T16:29:02.000Z","size":15666,"stargazers_count":79,"open_issues_count":1,"forks_count":71,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-28T19:23:28.138Z","etag":null,"topics":["code","laravel","laravel-framework","qr-code-login","qrcode-generator","qrcode-reader","qrcode-scanner"],"latest_commit_sha":null,"homepage":"http://www.rolandalla.com/laravel-login-qr-code/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolandalla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-03T10:30:33.000Z","updated_at":"2024-06-28T03:10:24.000Z","dependencies_parsed_at":"2022-08-23T08:10:26.056Z","dependency_job_id":null,"html_url":"https://github.com/rolandalla/laravel-qr-code-login","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandalla%2Flaravel-qr-code-login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandalla%2Flaravel-qr-code-login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandalla%2Flaravel-qr-code-login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolandalla%2Flaravel-qr-code-login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolandalla","download_url":"https://codeload.github.com/rolandalla/laravel-qr-code-login/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861563,"owners_count":16555990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code","laravel","laravel-framework","qr-code-login","qrcode-generator","qrcode-reader","qrcode-scanner"],"created_at":"2024-09-24T13:50:59.714Z","updated_at":"2025-10-27T10:30:49.660Z","avatar_url":"https://github.com/rolandalla.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Laravel Framework 5.4 ,Sentinel,Crud Generator ,Qr Code Login\n[Check our article ](http://www.rolandalla.com/laravel-login-qr-code/) \n\n##Check how it works on youtube :\n[![Laravel QR Code generator and login](https://img.youtube.com/vi/PZjzAgGticE/0.jpg)](https://www.youtube.com/watch?v=PZjzAgGticE)\n\n## Starter Site based on on Laravel 5.4 \n* [Features](#feature1)\n* [Requirements](#feature2)\n* [How to install](#feature3)\n* [Troubleshooting](#feature5)\n* [License](#feature6)\n* [Additional information](#feature7)\n* [How Starter site is look like](#feature8)\n* [Crud Generator](#feature9)\n\n\u003ca name=\"feature1\"\u003e\u003c/a\u003e\n## Starter Site Features:\n* Laravel 5.4.x\n* Twitter Bootstrap 3.x\n* Back-end\n\t* Automatic install and setup website.\n\t* User management.\n\t* Role management.\n\t* Dashboard.\n\t* Gentelella Dashboard Ready.\n* Front-end\n\t* User login, registration\n\t* soon will be more...\n* Packages included:\n\t* Datatables Bundle\n\t* Sentinel\n\t* Crud generator\n\n-----\n\u003ca name=\"feature2\"\u003e\u003c/a\u003e\n##Requirements\n\n\tPHP \u003e= 5.6.4\n\tOpenSSL PHP Extension\n\tPDO PHP Extension\n\tMbstring PHP Extension\n\tTokenizer PHP Extension\n\tXML PHP Extension\n\n-----\n\u003ca name=\"feature3\"\u003e\u003c/a\u003e\n##How to install:\n* [Step 1: Get the code](#step1)\n* [Step 2: Use Composer to install dependencies](#step2)\n* [Step 3: Create database](#step3)\n* [Step 4: Install](#step4)\n* [Step 5: Start Page](#step5)\n\n-----\n\u003ca name=\"step1\"\u003e\u003c/a\u003e\n### Step 1: Get the code - Download the repository\n\thttps://github.com/roladn/laravel-qr-code-login/archive/master.zip\n    \n    OR Clone this repository:\n     https://github.com/roladn/laravel-qr-code-login.git\n\nExtract it in www(or htdocs if you using XAMPP or MAMP) folder and put it for example in laravelStartersite folder.\n\n-----\n\u003ca name=\"step2\"\u003e\u003c/a\u003e\n### Step 2: Use Composer to install dependencies\n\nLaravel utilizes [Composer](http://getcomposer.org/) to manage its dependencies. First, download a copy of the composer.phar.\nOnce you have the PHAR archive, you can either keep it in your local project directory or move to\nusr/local/bin to use it globally on your system.\nOn Windows, you can use the Composer [Windows installer](https://getcomposer.org/Composer-Setup.exe).\nOpen terminal and go to the project foleder\nThen run:\n\n    composer dump-autoload\n    composer install --no-scripts\n\n-----\n\u003ca name=\"step3\"\u003e\u003c/a\u003e\n### Step 3: Create database\n\nIf you finished first three steps, now you can create database on your database server(MySQL). You must create database\nwith utf-8 collation(uft8_general_ci), to install and application work perfectly.\nJust go to the phpmyadmin and create the new database\nAfter 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.\n\n-----\n\u003ca name=\"step4\"\u003e\u003c/a\u003e\n### Step 4: Install\n\nNow that you have the environment configured, you need to create a database configuration for it. For create database tables use this command:\n\n    php artisan migrate\n\nAnd to initial populate database use this:\n\n    php artisan db:seed\n\nIf you install on your localhost in folder laravelStartersite, you can type on web browser:\n\n\thttp://localhost/laravel-qr-code-login/public/\n\nOR Run the command \" php artisan serv \", and open on the browser the url you get in console :):\n\n\n-----\n\u003ca name=\"step5\"\u003e\u003c/a\u003e\n### Step 5: Start Page\n\nYou can now login to admin part of Laravel Framework 5.4  Site:\n\n    username: admin@admin.com\n    password: admin\n\n\n-----\n\u003ca name=\"feature5\"\u003e\u003c/a\u003e\n## Troubleshooting\n\n### RuntimeException : No supported encrypter found. The cipher and / or key length are invalid.\n\n    php artisan key:generate\n\n### Site loading very slow\n\n\tcomposer dump-autoload --optimize\nOR\n\n    php artisan dump-autoload\n\n-----\n\u003ca name=\"feature6\"\u003e\u003c/a\u003e\n## License\n\nThis is free software distributed under the terms of the MIT license\n\n-----\n\u003ca name=\"feature7\"\u003e\u003c/a\u003e\n## Additional information\n\nInspired by Laravel 5.4 and based on:\n[Crud Generator](https://github.com/roladn/laravelcrud)\n[Laravel Starter ](https://github.com/roladn/laravel-sentinel-crud-starter)\n----\n\u003ca name=\"feature8\"\u003e\u003c/a\u003e\n##How Starter Site is look like\n\n![Qr Code Sacaning](http://i63.tinypic.com/21l4pbq.png)\n![Login](http://i64.tinypic.com/23vku8w.png)\n![Register new user](http://i63.tinypic.com/21jaybp.png)\n![Admin dashboard](http://i66.tinypic.com/a4bj9l.png)\n![Admin list users](http://i63.tinypic.com/2ivzio9.png)\n![Perrmissons user/role ](http://i67.tinypic.com/35jgn52.png)\n\n----\n\n\nRead More From my Plog Post\n[Read Step by step integration ](http://www.rolandalla.com/laravel-login-qr-code/)\nhttp://www.rolandalla.com/laravel-login-qr-code/\n\n\n\n## Support on Beerpay\nHey dude! Help me out for a couple of :beers:!\n\n[![Beerpay](https://beerpay.io/roladn/laravel-qr-code-login/badge.svg?style=beer-square)](https://beerpay.io/roladn/laravel-qr-code-login)  [![Beerpay](https://beerpay.io/roladn/laravel-qr-code-login/make-wish.svg?style=flat-square)](https://beerpay.io/roladn/laravel-qr-code-login?focus=wish)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolandalla%2Flaravel-qr-code-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolandalla%2Flaravel-qr-code-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolandalla%2Flaravel-qr-code-login/lists"}