Mike D
Results
2
issues of
Mike D
Hey, first awesome work. Saved me a good headache truth be told. I was wondering if it is possible to split the sitemap, instead of 0, 1, 2... to: posts...
enhancement
I have the following request validation: `'email' => 'required|email|unique:users,email,' . auth()->user()->id` What it does is it allows updating the users email address, while ensuring a unique email, but also if...