LaravelDaily / laravel-permission-ui

81 stars 18 forks source link

display an error when want edit permission #12

Open ramy-nagy opened 2 years ago

ramy-nagy commented 2 years ago

Screenshot 2022-10-25 034644

The POST method is not supported for this route. Supported methods: PUT, PATCH, DELETE.

and solution is add method('put') in edit form Screenshot 2022-10-25 034839

PovilasKorop commented 2 years ago

@ramy-nagy thanks, confirming it's a bug indeed. Will fix, currently changing the whole layout mechanism so will fix this along the way.