Skip to content

Releases: orchidsoftware/platform

1.1.1: Apply fixes from StyleCI (#305)

05 Sep 01:47
Compare
Choose a tag to compare

Support Laravel 5.5

31 Aug 15:53
Compare
Choose a tag to compare
1.1

update 5.5

0.0.28

14 Jul 04:18
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

fix show post

14 Jul 02:49
Compare
Choose a tag to compare
0.0.27

Merge remote-tracking branch 'origin/master'

Complex fix

14 Jul 02:18
Compare
Choose a tag to compare
  • Translation
  • Pages
  • Conflict of migrations

Passing attributes as an array

09 Jul 06:24
Compare
Choose a tag to compare

I think it's worth supporting both types of entries, since the line view does not allow the declaration of lists (associative), tables or functions of closures

Current view:

/**
* @return array
*/
public function fields() : array
{
    return [
        'body'        => 'tag:wysiwyg|name:body|max:255|required|rows:10',
    ];
}

Array type:

/**
* @return array
*/
public function fields() : array
{
    return [
        'body' => [
            'tag'      => 'wysiwyg',
            'name'     => 'body',
            'max'      => 255,
            'required' => true,
            'rows'     => 10,
        ],
    ];
}

0.0.24

05 Jul 23:52
Compare
Choose a tag to compare

Select2 tags,
Filter table

Check DB connection

30 May 11:08
Compare
Choose a tag to compare
0.0.23

Merge remote-tracking branch 'origin/master'

Statics Pages

19 Apr 13:43
Compare
Choose a tag to compare

Statics Pages

19 Apr 13:15
Compare
Choose a tag to compare

correct