So I've got this: Route::get('thread','ThreadController@index'); Route::get('thread/{id?}','ThreadCo...
Hello! Quite new to Laravel. Have a request class with rules such as: public function rules() {...
Fixed. For any future users it was a problem with the htacess file Laravel ships with within the pub...
Not passing any ID's, just the slug. So I guess I need to do a where request to get the ID. But when...
The Laravel portal for problem solving, knowledge sharing and community building.
The community