![]() |
Thanks for everything.
I was able to add login functionality to an existing app using Myth/Auth, but the next step is that Japanese cannot be used for user names. Can this be solved by customizing Myth/Auth? I am now trying the following commands. PHP Code: php spark auth:publish If I can exclude `alpha_numeric_space`, you can probably input Japanese, but it hasn't worked yet. (05-03-2022, 05:20 AM)kenjis Wrote: See https://github.com/lonnieezell/myth-auth...el.php#L22 thanks kenjis ![]() I have debugged the login page. In auth:publish, for some reason it is reading the vendor side file even though I brought the file. Is there some configuration? https://drive.google.com/file/d/1ODAkQNe...p=drivesdk
Add routes in app/Config/routes.php and check.
$ php spark routes (05-03-2022, 04:31 PM)kenjis Wrote: Add routes in app/Config/routes.php and check. thanks, kenjis I was able to override it by simply changing the direction of the same route in app/Config/Routes.php PHP Code: // app/Config/Routes.php PHP Code: // php spark routes |
Welcome Guest, Not a member yet? Register Sign In |