Hi, With dingo (https://github.com/dingo/api/), i try to generate an API documentation. All goes wel...
Hi, I'm looking for the best package which can convert HTML to a pdf file. Have you any suggestions?...
Hi, Today, i use this route to display a product page : Route::get('display_item/{id}', function($id...
Hi, Recently, instead to have a classic laravel error screen, i have a complet white screen. I check...
Hi, There is a problem in the log of my production server. Here is the stack trace : [2014-10-14 00:...
AnthonyVipond said: Nope you're not wrong! Try this: Route::get('sale_add_item/{alias}/{item_id?}',...
@feelinc : Same problem... If there are special characters in $alias for Redirect::to('sale_add_item...
$item_id is an optional parameter, so i need to leave {item_id?}. Am i wrong?
To test that, i have removed all the css and scripts links, and the image still the same.
The Laravel portal for problem solving, knowledge sharing and community building.