Replace with double quotes and you should be fine: {{ Form::text( "dt[$dues_type_id]", $di...
A controller is a class. So you can create a new instance and access its methods. E.g.: $controller...
Let's start from the beginning. Try: composer.phar require anahkiasen/former It'll ask you for the...
You can use named routes: Route::get('spiel', array('as' => 'spiel.index', 'uses' => 'SpielCon...
It's actually very simple. Say you have a column named 'status' in your table. In your model, add th...
The Laravel portal for problem solving, knowledge sharing and community building.
The community