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/...
Leave it this way, converting complex queries to Eloquent make no sense.
I would like to use a "stripped-to-the-bone" Laravel4 too! Our latest project has ~6000 (L...
Maybe try this: app -> config.php Change 'fetch' => PDO::FETCH_CLASS, to 'fetch' => PDO::FE...
This is a good tutorial: http://scotch.io/tutorials/simple-laravel-crud-with-resource-controllers
The Laravel portal for problem solving, knowledge sharing and community building.
The community