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/...
Just make it impossible to call /article/something: Route::get('/article/{id}', 'ArticleController@g...
So you just uploaded the Laravel files to the hoster? They need to be "prepared" with Comp...
vanpet said: 5) I can't code a forum (like vBulletin) with Laravel and provide it for the public -...
Carenza said: The installation process is a pain and doesn't work for most users on the first try...
The Laravel portal for problem solving, knowledge sharing and community building.