-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.11 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
{
"name": "intelrx/rapidkit",
"license": "MIT",
"description": "IntelRx/RapidKit accelerates Laravel development with streamlined resource creation and essential tools. Modularize applications efficiently, reducing boilerplate and enhancing scalability. Install via Composer for rapid integration and customize for project-specific needs",
"keywords": [ "laravel", "framework", "rapidkit", "intelrx", "laravel-backup", "telescope", "laravel-telescope", "spatie"],
"autoload": {
"psr-4": {
"Intelrx\\Rapidkit\\": "src/"
}
},
"authors": [
{
"name": "raza9798",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": "^8.2",
"laravel/telescope": "*",
"spatie/laravel-backup": "*",
"spatie/laravel-activitylog": "*",
"rapidrx/intelmail": "*",
"maatwebsite/excel": "*"
},
"require-dev": {
},
"extra": {
"laravel": {
"providers": [
"Intelrx\\Rapidkit\\RapidKitProvider"
]
}
}
}