Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...
Hi, I have these configurations in my .env: APP_ENV=local APP_DEBUG=true APP_KEY=****** DB_HOST=127...
I don't know if this is possibile, but is there a way to manage more than one database if i have one...
Hi, I've just configured my routes correctly as i do usually: Route::get('/news/', 'PagesController@...
I'm creating an user control panel to manage site's contents. As documentation reports i've my route...
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.
The community