Hello! I have two models: articles and comments. In a view 'article.show' i have a form that creates...
I figured out :) Need to do this in store method: public function store(Request $request, $articleId...
Oh, now I get it! But still have a problem :) I can't find 'aricle_id' variable( I changed url in fo...
My routes look like this: Route::resource('articles', 'articleController'); Route::resource('comment...
The Laravel portal for problem solving, knowledge sharing and community building.
The community