fideloper / Implementing-Laravel

Companion application to the e-book Implementing Laravel
173 stars 40 forks source link

Updating admin link in view to "admin/article" #20

Closed pauldiez closed 10 years ago

pauldiez commented 10 years ago

The admin link by default is set to "http://.../admin". However, after installing the app I get an NotFoundHttpException, cause the routing is pointing to "http://.../admin/article/..."

This small change, fixes the links/application to work right out of the box.

fideloper commented 10 years ago

Thanks!

pauldiez commented 10 years ago

No problem! Thank you for a great book and demo app!