GoldFish CMS [1.0.0 STABLE][Arcturus Morningstar]

Newbie Spellweaver
Joined
Oct 13, 2019
Messages
11
Reaction score
0
Amazing release.
Could you provide a captcha validation?
 
Skilled Illusionist
Joined
Oct 20, 2010
Messages
329
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.