I get TokenMismatchException when I'm trying to create product for my online shop. But when I remove...
Yesterday I removed this: Route::filter('csrf', function() { if (Session::token() != Input::get('_t...
@endif {{Form::open(array('url'=>'admin/products/create', 'files'=>true))}} <p> {{Fo...
The Laravel portal for problem solving, knowledge sharing and community building.
The community