CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

admin url not working #79

Closed anextro closed 9 years ago

anextro commented 9 years ago

The public/admin does not provide admin login page

msurguy commented 9 years ago

You should already be logged in as admin in order to go to /admin route

majilesh commented 9 years ago

I have same problem but works when I browse

/admin/tags /admin/categories /admin/users

msurguy commented 9 years ago

Ah, I believe there was nothing in the /admin route, only the routes specified in comment by @majilesh are the ones that work.