This repository was archived by the owner on Sep 23, 2024. It is now read-only.
Releases: mikebronner/laravel-casts
Releases · mikebronner/laravel-casts
0.2.3
Fixed
- @modelForm blade directive.
0.2.2
Fix errorbag
0.2.1
0.2.0
Added
- custom blade directives, eliminating the need to use Blade's escape syntax and the Form facade.
0.1.4: Update submit button to default to `btn btn-primary` class
Changed
- submit button to default to
btn btn-primary
class
0.1.3
Fixed
- missing closing parenthesis.
0.1.2
Added
description
option to display help text for form fields.
0.1.1
Fixed
- config registration to recognize config in package if not published.
0.1.0
Added
- functionality based on genealabs/bones-master after some refactoring and restructuring.