How to do with Laravel 5.1 Eloquent to get this: "SELECT cont FROM news" ?
Hi, i have an url like: "www.myapp.com/other-param" and i need to print in my view "/...
Hi, I've just upgraded to Laravel 5.1 and i'm creating a simple form with "text" and "...
What is the right way to manage a multilanguage webapp? i've read some articles about it but i haven...
Hi, I've just started to learn middleware on Laravel 5, so i hope to be clearer as possibile to expl...
I think i've found the possible bug: public function update(Request $request, $id) { //...
Solved. $post = News::select('cont')->get(); And render it in blade within a foreach ($counter s...
Ok, the answer is here: http://laravelcollective.com/docs/5.1/html Solved.
give a try here: http://forumsarchive.laravel.io/viewtopic.php?pid=66385#p66385
The Laravel portal for problem solving, knowledge sharing and community building.