sohelamin/laravel-admin

Why cannot open "admin/*/create" page ?

Closed this issue · 2 comments

I installed laravel-admin in Laravel 5.5
I confirmed that I can "view", "edit", "delete" actions and show list.
but, "create" is not working.
When I click the "Add New" button, I see a message like this
"Sorry, the page you are looking for could not be found."
404 not found error ?

This is a bug in Laravel 5.5. (5.5.0~5.5.9)
I solved with the "compoer update" command.
Thanks.

@minoryorg Okay,
I was trying to reproduce but everything seems fine here.