New version
Pre-releaseVersion 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