Skip to content

Commit 1031f78

Browse files
committed
Remove legacy views.
1 parent a20d047 commit 1031f78

File tree

13 files changed

+20
-351
lines changed

13 files changed

+20
-351
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
[Package Checklist](http://phppackagechecklist.com/#1,2,3,4,6,7,8,9,10,11,12,13,14)
33

4+
## [0.15.0] - 2019-09-07
5+
### Removed
6+
- non-Nova views. An updated version of these will be added down the line. For
7+
the time being, this package will work with Nova only.
8+
49
## [0.14.5] - 2019-09-07
510
### Fixed
611
- rendering of groups in Nova.

composer.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,20 @@
1515
}
1616
],
1717
"require": {
18-
"genealabs/laravel-casts": "*",
19-
"genealabs/laravel-optimized-postgres": "*",
20-
"illuminate/support": "5.5 - 6.0",
21-
"ramsey/uuid": "*",
22-
"titasgailius/search-relations": "*"
18+
"illuminate/support": "6.0",
19+
"ramsey/uuid": "^3.8",
20+
"titasgailius/search-relations": "^1.0"
2321
},
2422
"require-dev": {
25-
"doctrine/dbal": "*",
26-
"fzaninotto/faker": "*",
27-
"laravel/nova": "2.*",
28-
"mockery/mockery": "*",
29-
"nunomaduro/collision": "*",
30-
"orchestra/testbench": "3.9.x-dev@dev",
31-
"php-coveralls/php-coveralls": "*",
32-
"phpunit/phpunit": "*",
33-
"symfony/thanks": "*"
23+
"doctrine/dbal": "^2.9",
24+
"fzaninotto/faker": "^1.4",
25+
"laravel/nova": "^2.1",
26+
"mockery/mockery": "^1.0",
27+
"nunomaduro/collision": "^3.0",
28+
"orchestra/testbench": "^3.9",
29+
"php-coveralls/php-coveralls": "^2.1",
30+
"phpunit/phpunit": "^8.0",
31+
"symfony/thanks": "^1.0"
3432
},
3533
"autoload": {
3634
"classmap": [

dist/js/tool.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/js/tool.js": "/js/tool.js?id=d86c33152b5a263d4785",
2+
"/js/tool.js": "/js/tool.js?id=62d8b87993e0b802c76a",
33
"/css/tool.css": "/css/tool.css?id=d41d8cd98f00b204e980",
44
"/css/vue-multiselect.min.css": "/css/vue-multiselect.min.css?id=fbccbb35c9587cb838a3"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cross-env": "^5.1",
1414
"laravel-mix": "4.*",
1515
"laravel-nova": "^1.0.9",
16-
"lodash": "^4.17.5",
16+
"lodash": "^4.17.15",
1717
"resolve-url-loader": "2.3.1",
1818
"sass": "^1.15.2",
1919
"sass-loader": "7.*",

resources/views/assignments/edit.blade.php

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

resources/views/layout.blade.php

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

resources/views/layouts/app.blade.php

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

resources/views/menu.blade.php

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

resources/views/navigation.blade.php

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

0 commit comments

Comments
 (0)