select's id attribute is not getting set by using
{{ Form::select('language', $options, 'en_ZA', array('id' => 'language')) }}
In my view and "laravelcollective/html": "5.2.*" in composer.json.
I also wanted to know going forward using Laravel 5.2., if it's best to use "laravelcollective/html": "5.2." instead of "illuminate/html" in my composer.json file?