Releases: LaravelDaily/quickadmin
Updated package
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
Installation command text update
Readme update
Readme update
Updated package
Added support for custom route name.
Removed CRUD and Users navigation links for User
role.
New version
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
0.1.3 Added datatables to the lists
Updated readme file
0.1.2 Updated readme file.
Updated readme file
0.1.1 Updated readme file.
Initial first alpha-version
0.1.0 Initial first version