Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit b975bec

Browse files
committed
init package
1 parent 00a740a commit b975bec

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
composer.lock
2+
composer.phar
3+
.DS_Store
4+
/node_modules
5+
Thumbs.db
6+
/bower_components
7+
8+
.env
9+
.env.backup
10+
.idea
11+
.vscode
12+
13+
/log
14+
15+
package-lock.json
16+
yarn.lock
17+
/.sass-cache

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "tanhongit/laravel-generator-ui",
3+
"description": "Laravel Generator UI is a collection of HTML, CSS, and JS files that implement a clean, responsive, and customizable UI for the Laravel Generator.",
4+
"homepage": "https://github.com/tanhongit/laravel-generator-ui",
5+
"license": "Apache-2.0",
6+
"keywords": [
7+
"laravel generator ui",
8+
"generator ui",
9+
"crud generator ui",
10+
"migration generator ui",
11+
"model generator ui",
12+
"laravel-generator-ui"
13+
],
14+
"authors": [
15+
{
16+
"name": "Tan Nguyen",
17+
"email": "tannp27@gmail.com",
18+
"homepage": "https://tanhongit.com",
19+
"role": "Lead"
20+
}
21+
],
22+
"support": {
23+
"issues": "https://github.com/tanhongit/laravel-generator-ui/issues"
24+
}
25+
}

0 commit comments

Comments
 (0)