Shiro Amada

Results 6 comments of Shiro Amada

I think this is the reason the `db:seed` command does not work, it can't run Target class [RoleTableSeeder] does not exist.

May I confirm that if I using this https://www.npmjs.com/package/wordpress to push to wordpress also won't be log?

It is supported according to them. https://runcloud.io/docs/guide/account/3rd-party-api-key Overview This is where you can register a third-party API Key. The API Key will be used to authorize the Let's Encrypt challenge...

Can't you just copy the registration code and to your new API call output? ``` $this->validator($request->all())->validate(); $user = $this->create($request->all()); $user->confirmation_code = str_random(30); $user->save(); event(new Registered($user)); $this->notifyUser($user); return back()->with('confirmation-success', trans('confirmation::confirmation.message')); ```

@jasonmccreary mind to share other recommended package?

u can go to /your-app-name/config/theme.php set on the `assetUrl`