Skip to content

Commit 7f574b0

Browse files
authored
Merge pull request #3 from coding-libs/cursor/develop-multi-factor-authentication-laravel-package-a52f
Cursor/develop multi factor authentication laravel package a52f
2 parents 1ec81b4 + dc3d172 commit 7f574b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ Multi Factor Authentication
33
CodingLibs Laravel MFA
44

55
Installation
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
```
912
php artisan vendor:publish --tag=mfa-config
1013
php artisan vendor:publish --tag=mfa-migrations
1114
php artisan migrate
1215
```
1316

17+
Packagist
18+
- `https://packagist.org/packages/codinglibs/laravel-mfa`
19+
1420
Usage
1521
```php
1622
use CodingLibs\MFA\Facades\MFA;

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@
4040
},
4141
"minimum-stability": "stable",
4242
"prefer-stable": true
43+
,
44+
"version": "1.0.0"
4345
}
4446

0 commit comments

Comments
 (0)