-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.3 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "hexters/auth",
"description": "Hexters/Auth is a powerful starter kit package for Laravel that simplifies the implementation of basic authentication features and supports the creation of multiple authentication setups. Utilizing Livewire for dynamic interfaces and Volt for a modern admin panel, Hexters/Auth combines simplicity and efficiency with Blade and Tailwind CSS to deliver a seamless authentication experience.",
"keywords": [
"Laravel authentication",
"multiple auth setups",
"Laravel Livewire",
"Volt admin panel",
"Blade templates",
"Tailwind CSS",
"Laravel starter kit",
"authentication package",
"Laravel auth package",
"dynamic interfaces"
],
"license": "MIT",
"autoload": {
"psr-4": {
"Hexters\\Auth\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Hexters\\Auth\\AuthServiceProvider",
"Hexters\\Auth\\RouteServiceProvider"
]
}
},
"authors": [
{
"name": "Asep",
"email": "[email protected]"
}
],
"require": {
"livewire/livewire": "^3.5",
"livewire/volt": "^1.6",
"robsontenorio/mary": "^1.33"
}
}