The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
Don't know if it's been already reported, but it seems a few threads are not shown correctly due to...
barryvdh said: I have the feeling some is not working correctly with escaping output, in the quote...
If you don't mind me asking, how come you have a closing php tag? In my work with Symfony and Larave...
$response = Response::make(File::get("images/2.png")); $response->header('Content-Type'...
I just discovered that, if code doesn't get the desired syntax highlighting from the language detect...
The Laravel portal for problem solving, knowledge sharing and community building.