- Add Laravel 10 support
- Add Laravel 9 support
- Add PHP 8 support
- Updated for Laravel 8.
FIXED
- Issue with duplicated route names after scaffolding on Laravel 7.
- Updated for Laravel 7.
FIXED
- Implode parameters order on Migrations Generator class.
- BC Break: PHP 7.2 is the minimum required PHP version
- BC Break: Laravel 6.0 is the minimum supported Laravel version
FIXED
- Added route caching to route stubs.
FIXED
- Added missing
data-grid-layout="filters"attribute for applied filters to the admin index template.
FIXED
- Added missing
bulk_actionspermission.
FIXED
- Data grid sort syntax on the admin controller stub.
REVISED
- Updated routes to match the latest style.
FIXED
- Permissions generation.
FIXED
- Data Grid Markup Fixes.
FIXED
- A bug initializing the date picker.
FIXED
- A bug refreshing the grid upon item deletion.
Updated for Platfrom 6 & Platform 7.
FIXED
- Fixed a duplicate
hrefattribute on generated data grid result templates.
FIXED
- Fixed event handler which had an incorrect and unnecessary argument.
UPDATED
- Tweaked how events are fired on deletions.
FIXED
- Loosened platform/foundation version composer.json stub.
- Use https url for the cartalyst repository on the composer.json stub.
FIXED
- Typo on the
index.js.stubfile for the bulk actions event listener.
FIXED
- Duplicated comment on the admin index view stub.
- Form element indentation on the form generator.
ADDED
- Menu regex to the generated extension.php file menus.
- Named route to the frontend routes, to keep consistency.
UPDATED
- index.js stub to keep consistency.
REMOVED
- Unused import declarations from the repository stub file.
FIXED
- Data Grid header alignment.
- Blade page section on the
view-frontend-index.blade.stubfile. - Form stub not having a unique id.
- Typo on
form-checkbox.stubfile. - Docblock on the data handler property on the
repository.stub.
UPDATED
- Consistency tweaks.
REVISED
- Moved providers into a separate directory.
- Updated composer.json stub dependencies.
REVISED
- Split resources into subdirs for
Handlers,RepositoriesandValidators.
REVISED
- Loosen dependencies for L5.
- Remove
packagecall from the service provider stub.
FIXED
- Typo on the
index.js.stubfile for the bulk actions event listener.
FIXED
- Duplicated comment on the admin index view stub.
- Form element indentation on the form generator.
ADDED
- Menu regex to the generated extension.php file menus.
- Named route to the frontend routes, to keep consistency.
UPDATED
- index.js stub to keep consistency.
REMOVED
- Unused import declarations from the repository stub file.
FIXED
- Data Grid header alignment.
- Blade page section on the
view-frontend-index.blade.stubfile. - Form stub not having a unique id.
- Typo on
form-checkbox.stubfile.
UPDATED
- Consistency tweaks.
REVISED
- Updated data grids to use a transformer and edit_uri.
- Removed duplicate
packagecall on the service provider stub.
FIXED
- Alerts on forms.
- Regex for parent admin menus.
FIXED
- Fixed the validator path on the RepositoryGenerator.
UPDATED
- Updated extension.stub to include permissions and application arguments.
INIT
- DataGrid Generator
- Extension Generator
- Extension Theme Generator
- Form Generator
- Migrations Generator
- Repository Generator