diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..846a1bb99d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "21:00"
+ open-pull-requests-limit: 10
diff --git a/.travis.yml b/.travis.yml
index 7e7882920a..0bea289fc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,10 @@
language: php
php:
- - 7
+ - 7.2
+ - 7.3
+ - 7.4
+ - 8.0
matrix:
fast_finish: true
@@ -19,4 +22,4 @@ before_script:
- travis_retry composer install --no-interaction
script:
- - composer test
\ No newline at end of file
+ - composer test
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc17429390..e29c564687 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ We welcome any type of contribution, not only code. You can help with
## Your First Contribution
-Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).
+Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github).
## Submitting code
@@ -64,4 +64,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
-
\ No newline at end of file
+
diff --git a/README.md b/README.md
index c1fb5cc5af..ea74e82ec4 100644
--- a/README.md
+++ b/README.md
@@ -41,10 +41,13 @@
Inspired by SleepingOwlAdmin and rapyd-laravel.
\ No newline at end of file
diff --git a/resources/views/filter/betweenDatetime.blade.php b/resources/views/filter/betweenDatetime.blade.php
index 01eacdd9a9..bb9aa4f616 100644
--- a/resources/views/filter/betweenDatetime.blade.php
+++ b/resources/views/filter/betweenDatetime.blade.php
@@ -1,13 +1,29 @@
-
+
-
+
+
-
-
+
+
\ No newline at end of file
diff --git a/resources/views/filter/button.blade.php b/resources/views/filter/button.blade.php
index b9bd96fa17..3b0ab8cb50 100644
--- a/resources/views/filter/button.blade.php
+++ b/resources/views/filter/button.blade.php
@@ -6,7 +6,7 @@
@if($scopes->isNotEmpty())
@@ -15,7 +15,20 @@
{!! $scope->render() !!}
@endforeach
-
\ No newline at end of file
diff --git a/resources/views/grid/empty-grid.blade.php b/resources/views/grid/empty-grid.blade.php
index 03ea0cccb4..a9ca303286 100644
--- a/resources/views/grid/empty-grid.blade.php
+++ b/resources/views/grid/empty-grid.blade.php
@@ -1,9 +1,9 @@
-
+
-
\ No newline at end of file
+
diff --git a/resources/views/grid/fixed-table.blade.php b/resources/views/grid/fixed-table.blade.php
index 1510dca073..92577a0895 100644
--- a/resources/views/grid/fixed-table.blade.php
+++ b/resources/views/grid/fixed-table.blade.php
@@ -28,7 +28,7 @@
-
+
@foreach($grid->visibleColumns() as $column)
@@ -57,7 +57,7 @@
@if($grid->leftVisibleColumns()->isNotEmpty())
-
+
@foreach($grid->leftVisibleColumns() as $column)
@@ -89,7 +89,7 @@
@if($grid->rightVisibleColumns()->isNotEmpty())