I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...
Now i have replaced the html link with <td> {{Form::open(array('url'=>'sportler_edit'))}} {...
Thanks, but If i write HTML::link('sportler_edit','bearbeiten',array('id' =>$s->id)); The htm...
@extends('layouts.master') @section('content') <p>{{HTML::link('sportler_create','Sportler a...
I tried this before but than i get tehe exception Symfony \ Component \ HttpKernel \ Exception \ Not...
The Laravel portal for problem solving, knowledge sharing and community building.
The community