rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Groups #6

Closed jamesmills closed 11 years ago

jamesmills commented 11 years ago

I notice you are not using the restful routing in the GroupController so none of the routing work? How are you actually routing the Group stuff?

I have changed the GroupController to have getEdit but then I had to go to the views/groups/index and change to as the edit/id was in the wrong order. href='{{ URL::to('groups') }}/edit/{{ $group->id }}'">Edit

Thanks