Skip to content

Releases: LaravelDaily/quickadmin

Updated package

25 Nov 15:21
Compare
Choose a tag to compare
Updated package Pre-release
Pre-release

Fixed a bug when textarea field value would display on list page.
Fixed text when creating new textarea field.
Fixed links to the dashboard page.

Installation command text update

25 Nov 14:54
Compare
Choose a tag to compare
Pre-release

Installation command text update

Readme update

25 Nov 14:41
Compare
Choose a tag to compare
Readme update Pre-release
Pre-release

Readme update

Updated package

25 Nov 14:34
Compare
Choose a tag to compare
Updated package Pre-release
Pre-release

Added support for custom route name.
Removed CRUD and Users navigation links for User role.

New version

24 Nov 15:11
Compare
Choose a tag to compare
New version Pre-release
Pre-release

Version 0.2.0:

This version can cause problems with older versions.

Introduced config file quickadmin.php

New field type: Date
New field type: Select/Relationship
New field type: Password
New field type: File with file size limit (in MB)

Updated checkbox field creation engine
Updated global formatting (files should be using PSR-2)
Updated ordering of migration softDeletes and timestamps
Updated DataTable default page size from 10 to 100
Updated controllers directory from App\Http\Controllers to App\Http\Controllers\Admin
Updated date field creation to use Carbon and date format

Fixed bug in migration when softDeletes had two semicolon at the end
Fixed bug where routes were not protected by middleware

Removed default DataTable ordering

Sidebar now indicates the CRUD you are currently viewing
Textarea fields can have Wysiwyg editor enabled
Fields can now be excluded from index page (textarea field is excluded by default) when creating new CRUD

Datatables

30 Oct 11:33
Compare
Choose a tag to compare
0.1.3

Added datatables to the lists

Updated readme file

27 Oct 12:59
Compare
Choose a tag to compare
Updated readme file Pre-release
Pre-release
0.1.2

Updated readme file.

Updated readme file

27 Oct 12:58
Compare
Choose a tag to compare
Updated readme file Pre-release
Pre-release
0.1.1

Updated readme file.

Initial first alpha-version

27 Oct 12:52
Compare
Choose a tag to compare
Pre-release
0.1.0

Initial first version