André Pereira

Results 4 comments of André Pereira

`` Can this be done on Vue?

I also did something like that, maybe there's a better way...but it works :) ``` if (request()->header('X-Inertia')) { return redirect()->back(); } return response()->json([ // .... json response here ]); ```

picker .pickDate({ ... startingDate: new Date() })