Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]

Initiate Mage
Joined
Oct 13, 2019
Messages
11
Reaction score
0
Amazing release.
Could you provide a captcha validation?
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
327
Reaction score
84
On the base.blade

From : <form method="POST" id="loginForm" ">

to : <form method="POST" id="loginForm" action="{{route('login')}}">

This will fix the error at the loginscreen:

Code:
{
        throw new MethodNotAllowedHttpException(
            $others,
            sprintf(
                'The %s method is not supported for this route. Supported methods: %s.',
                $method,
                implode(', ', $others)
            )
        );
    }

Thanks to Aussie.

Please note that the only problem with this that the maintenance setting doesn't work anymore.
 
Back
Top