Skip to content

Commit 3e2030a

Browse files
committed
Merge pull request #3 from unclead/2_multiple_input_column
#2 multiple input column
2 parents 720039b + 679a67c commit 3e2030a

File tree

9 files changed

+544
-376
lines changed

9 files changed

+544
-376
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/*

MultipleInput.php

Lines changed: 0 additions & 374 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ use unclead\widgets\MultipleInput;
9898

9999
You can find more detail about this use case [here](docs/multiple_columns.md)
100100

101-
> Also you can find source code of examples [here](./examples/)
101+
> Also you can find source code of examples [here](./docs/examples/)
102102
103103
## Configuration
104104

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
},
2727
"autoload": {
2828
"psr-4": {
29-
"unclead\\widgets\\": ""
29+
"unclead\\widgets\\examples\\": "examples/",
30+
"unclead\\widgets\\": "src/"
3031
}
3132
}
3233
}

0 commit comments

Comments
 (0)