Answer the question
In order to leave comments, you need to log in
How to generate a given number of promo codes?
There is a Git
package
Installed. Completed the configuration.
But I ran into a problem when creating promos:
Controller
public function promocodes_save(Request $r) {
$amount = $r->get('amount');
$reward = $r->get('summReward');
Promocodes::create($amount, $reward);
return redirect()->route('promocodes');
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question