Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 6b06156

Browse files
committed
cleanup
1 parent 8af6d3d commit 6b06156

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@
9595
| hide image | | space/esc | click |
9696

9797
## Config
98+
**config/mediaManager.php**
9899

99100
```php
100-
// config/mediaManager.php
101-
102101
return [
103102
/*
104103
* ignore files pattern

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.6.4",
19+
"php" : "~7.0",
2020
"illuminate/support": "5.4.*|5.5.*",
2121
"tightenco/ziggy": "^0.3"
2222
},

src/resources/assets/js/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
var manager = new Vue({
2+
name: 'media-manager',
23
el: '#app',
34
data: {
45
files: [],

0 commit comments

Comments
 (0)