File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,20 @@ Multi Factor Authentication
33CodingLibs Laravel MFA
44
55Installation
6- - Require in your Laravel 12 app composer.json or via path repository.
6+ - Install via Composer from Packagist:
7+ ```
8+ composer require codinglibs/laravel-mfa
9+ ```
710- The service provider auto-registers. Publish config and migrations:
811```
912php artisan vendor:publish --tag=mfa-config
1013php artisan vendor:publish --tag=mfa-migrations
1114php artisan migrate
1215```
1316
17+ Packagist
18+ - ` https://packagist.org/packages/codinglibs/laravel-mfa `
19+
1420Usage
1521``` php
1622use CodingLibs\MFA\Facades\MFA;
Original file line number Diff line number Diff line change 4040 },
4141 "minimum-stability" : " stable" ,
4242 "prefer-stable" : true
43+ ,
44+ "version" : " 1.0.0"
4345}
4446
You can’t perform that action at this time.
0 commit comments