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/...
The slash is always missing: Route::get('login', 'HomeController@showLogin'); must be: Route::get('...
Did you tried this? Route::group(['before' => 'csrf'], function() { Route::resource(...); });
Usually you update with Composer locally and on the server. But with FTP you just transfer the "...
The slash before cats is missing in your example. Try this: Route::get('/cats/{id}', function($id){...
njames said: Can you not afford $5/mo? https://www.digitalocean.com/pricing/ Skip a coffee every mo...
The Laravel portal for problem solving, knowledge sharing and community building.