You typed a comma instead of a single quote
This:
{{ Form::open(array('url'=> 'vorlesung/create,)) }}
Should be this:
{{ Form::open(array('url'=> 'vorlesung/create')) }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community