Commit 8e4498f
committed
Initial Laravel UI Lockout package
Add initial package scaffolding for a Laravel UI Lockout component. Includes composer.json, MIT LICENSE, README, SECURITY policy, config file, Blade views (component + blur/solid modes), service provider, main component class, and exception classes. Implements features such as expiration-based lockout, progressive mode, blur/solid display modes, optional gibberish obfuscation, and API-based lockout messages; intended for Laravel 10–12.1 parent dd3d7bc commit 8e4498f
File tree
15 files changed
+10034
-0
lines changed- config
- resources/views
- modes
- src
- Components
- Exceptions
15 files changed
+10034
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments