Posts by user8488205 • 1 point
2 posts
-
-1
votes3
answers45
viewsA: Symfony Component Httpkernel Exception Methodnotallowedhttpexception The PUT method is not supported for this route. Supported methods: GET, HEAD, POS
The correct would be something like this: Blade <form action="{{route('Update.afiliados', $users->id)}}" method="PUT"> @csrf <button type="submit" class="btn btn-block btn-flat…
-
0
votes2
answers119
viewsA: Mysql group by month and year between dates
The way you are doing it is not correct, first the date format should be "2020-03-03" (YEAR-MONTH-DAY) for either operations with date work. Then you should choose a column to group, up to where I…
mysqlanswered user8488205 1