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/...
I'm also interested if this query is even possible with Eloquent... From "Code Bright": Wi...
views/formstep1.blade.php: {{ Form::open(['action' => 'MyFormController@Step1']) }} views/formst...
abbajbryant said: ... those generated files that may be different between your local machine and th...
pmall said: You can do whatever you want, what is your question ? I just wanna know the best pract...
DrPrez said: It helps you because you can now access this model from any controller or view. Yeah...
The Laravel portal for problem solving, knowledge sharing and community building.