ergodnc
ergodnc copied to clipboard
Hi @themsaid , I have cloned this repository with all settings as it is and for frontend, I am using your "nuxt-ergodnc" repository. I have install front end using 'npm...
Hello, Please add a license (maybe a wtfpl), because without a license no one can use your code: [https://opensource.stackexchange.com/a/1721](https://opensource.stackexchange.com/a/1721) Thanks.
Hi, I've added some pipelines that made the code much simple and also filtration classes that can be reusable. ref: https://laravel.com/api/8.x/Illuminate/Pipeline/Pipeline.html hope it can be useful. *all test passes!* ![Screenshot...
Should the User model implements MustVerifyEmail to ensure email verification?
If email verification is switched on a user will need to be redirected back to the front end login page not the API. This PR adds the redirect back to...
in OfficeImageControllerTest after changing the imageResource to return the full path the Storage::assertExists($response->json('data.path')); return an error