From 569a098041098ff9cb90f18e923dfca637bc0524 Mon Sep 17 00:00:00 2001 From: Flobbo Date: Fri, 21 Dec 2018 13:44:23 +0100 Subject: [PATCH] Initial 3.0.0 release with fixed Bootstrap4 classes in stubs --- README.md | 2 ++ changelog.md | 4 ++++ composer.json | 4 ++-- src/resources/stubs/create.stub | 10 +++++----- src/resources/stubs/edit.stub | 10 +++++----- src/resources/stubs/index.stub | 15 +++++++++------ 6 files changed, 27 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c1f0353..09342c9 100644 --- a/README.md +++ b/README.md @@ -740,6 +740,8 @@ all fields were empty or the required fields weren't filled out. Laravel | Crudable :---------|:---------- + 5.7 | >3.* + 5.6 | >3.* 5.5 | >2.* 5.4 | >2.* 5.3 | >2.* diff --git a/changelog.md b/changelog.md index e13c6a4..43fb4a7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ ## Version History +### v. 3.0.0 + +- switched to Bootstrap 4 + ### v. 2.5.14 - added first() to Crudable - updated readme diff --git a/composer.json b/composer.json index c752404..279759d 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ } ], "require": { - "php": ">=5.6.0", - "illuminate/support": ">=5.1.0" + "php": ">=7.1.3", + "illuminate/support": "5.6.*|5.7.*" }, "autoload": { "psr-4": { diff --git a/src/resources/stubs/create.stub b/src/resources/stubs/create.stub index 3cd7fa0..6334eaf 100644 --- a/src/resources/stubs/create.stub +++ b/src/resources/stubs/create.stub @@ -4,23 +4,23 @@
-
+
{{ csrf_field() }} -
-

+
+ @lang('crud.create_headline')
-
+
{{--@include('admin.notifications')--}}
-