Skip to content

Commit 1a00825

Browse files
add composer
1 parent e42d6be commit 1a00825

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "laravel-frontend-presets/material-dashboard",
3+
"description": "Laravel 5.x Front-end preset for argon",
4+
"license": "MIT",
5+
"homepage": "https://github.com/creativetimofficial/material-dashboard-laravel",
6+
"keywords": ["Laravel", "Preset", "Material"],
7+
"require": {
8+
"laravel/framework": "^5.5"
9+
},
10+
"autoload": {
11+
"psr-4": {
12+
"LaravelFrontendPresets\\MaterialPreset\\": "src/"
13+
}
14+
},
15+
"extra": {
16+
"laravel": {
17+
"providers": [
18+
"LaravelFrontendPresets\\MaterialPreset\\MaterialPresetServiceProvider"
19+
]
20+
}
21+
}
22+
}

myFile.txt

Whitespace-only changes.

src/material-stubs/app/Http/tree.txt

604 Bytes
Binary file not shown.

src/material-stubs/tree.txt

23.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)