attendance-list | Simple list to keep track | Frontend Framework library
kandi X-RAY | attendance-list Summary
kandi X-RAY | attendance-list Summary
Simple list to keep track of on time and tardy students
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Clears all inputs
attendance-list Key Features
attendance-list Examples and Code Snippets
Community Discussions
Trending Discussions on attendance-list
QUESTION
I have not used Laravel a lot, but I have been facing a slight problem lately. I have an application with a screenlock. Once the screen is locked, and the I get back to relogin, I have to type my password. If I submit by hitting the submit button, it works fine. But if I submit by hitting the Enter Key the following error is displayed:
Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException The POST method is not supported for this route. Supported methods: GET, HEAD.
Posted below is the source code for the screenlock.
My code for the web.php is:
...ANSWER
Answered 2020-Jun-13 at 22:07Go to the admin.login
named route definition in routes/web.php (or the route file where the route is declared). That route should be as Route::get(...)
. You need to replace it with the post route as Route::post(...)
.
In your code, You are using the GET
method route to post the form data with post method. It's a mismatch and you have to fix it. Your Form::open is missing url
, add it as
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install attendance-list
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page