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...
Sorry, i forget to tell i already do this: $input = $request->all(); But still not saving it to...
hi Xum, do you mean this? [2015-05-20 15:06:04] local.ERROR: exception 'Illuminate\Session\TokenMism...
I've found this solution on Stackoverflow, it seems working: http://stackoverflow.com/questions/2918...
After some searching i've discovered simply that's is not possibile in Php for security reasons. Thi...
The Laravel portal for problem solving, knowledge sharing and community building.