If you cannot use [], then you have an old PHP version, consider update it.
check the output for Input::only('email', 'password') also change Form::open to this {{ Form::open(...
The problem is that you need to use group by in order to use avg(), and I believe that there is no w...
DB::table( 'articles' ) ->join( 'ratings', 'ratings.article_id', '=', 'articles.id' ) ->wher...
The Laravel portal for problem solving, knowledge sharing and community building.