The POST method is not supported for route admin/login. Supported methods: GET, HEAD.
login request method is POST. how i can change it ? when i see list of routes admin/login method is GET/HEAD. local its working but production i have this error


php artisan livewire:publish --config
update route, as anything Livewire goes via that.php artisan livewire:publish --config
php artisan vendor:publish --force --tag=livewire:assets --ansi
INFO No publishable resources for tag [livewire:assets]. location ^~ /livewire {
try_files $uri $uri/ /index.php?$query_string;
}update