I have an error : if I check edit_posts and uncheck the others permissions for the User role.
When I try to access to http://domain/public/posts/4/edit
I can see the post, but when I want to save my modification, I have the error NotFoundHttpException in Handler.php line 131 : No query results for model [App\Post] 4.
In my application I wish to not permit to show a list of posts for an user, but with a given url I want to permit user to edit a certain post.
Can you help me ?
I have an error : if I check edit_posts and uncheck the others permissions for the User role.
When I try to access to http://domain/public/posts/4/edit
I can see the post, but when I want to save my modification, I have the error NotFoundHttpException in Handler.php line 131 : No query results for model [App\Post] 4.
In my application I wish to not permit to show a list of posts for an user, but with a given url I want to permit user to edit a certain post.
Can you help me ?