$input = Request::input();
$input['extra_data'] = $external_value;
Post::create($input);
Sorry, i forget to tell i already do this:
$input = $request->all();
But still not saving it to database
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community