davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 165 forks source link

Missing Slug input on create post page #1

Closed devcflynn closed 11 years ago

devcflynn commented 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.

davzie commented 11 years ago

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.