Hi, i would like to include a small RSS reader into a function of a controller: class RSSController...
Hi, i'm using this route: Route::get('/', ['as' => 'home', function () {return view('home');}]);...
Hi, is there an easy way to import a .sql-file into the database? It just should import the file, no...
Hi, where can i file feature request for future Laravel versions? Github? Thanks Sharping
Hi, i would like to create a bilingual website, let's say english and french: http://www.domain.com/...
thepsion5 said: $table is an instance variable, not a static variable, so you can't use it in a sta...
DrPrez said: I believe you can only use $table without $this-> Then the debugger screams: Undef...
Normal behavior? On my common forms i just unsetted $_POST and the problem was gone.
Reached said: You are looking for: 'The field has to be :min chars long' Yep but this applies to a...
Works, great! :) Is there a difference between Route::get('/test/{squirrel}', ['uses' =>'SomeCont...
The Laravel portal for problem solving, knowledge sharing and community building.