Closed devcflynn closed 11 years ago
Form is just missing an element for "slug" in new.blade.php, submission fails requiring the slug field that isn't there.
Thanks, fixed this, was a bug in default validation behaviour. Object Base Controller was defaulting to validating a model based on Input::all() only as it was set to do so. Set this to false as default.
Form is just missing an element for "slug" in new.blade.php, submission fails requiring the slug field that isn't there.