0
Hello, I have the following situation and would like a hint if possible how would be the logic to implement this procedure in my application PHP Laravel.
I’m creating a stock system, in the drive part, I have an Input view where I select a product in the combo and click add, every time selecting a product and clicking on the add should stay in memory so that later I can click save and at that time save in the table of drives.
Should I do this using ajax or is there some other way?
I need some help to implement this procedure.
There are several forms, it can be for example with
AngularJs
and then send viaajax
, has enough shape.– novic