Closed cabillier closed 8 years ago
Yes,
public function authorize()
{
return true;
}
Seems to be the issue in all of the requests.
Thanks buddy ! You nailed it!
Sent from my iPhone
On Dec 20, 2015, at 3:21 AM, Christopher Medina notifications@github.com wrote:
Yes,
public function authorize() { return true; } Seems to be the issue in all of the requests.
— Reply to this email directly or view it on GitHub.
fixed in new version
I will take a look
regular user can access the admin page...
if they are going to access routes other than admin/dashboard...
http://localhost/site/public/admin/user http://localhost/site/public/admin/photo
and etc