You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: