Closed noxify closed 10 years ago
Hi,
after changing the function to:
public function scopeToday($query)
{
return $query->whereRaw("SUBSTRING(CONCAT(created_at, ''), 0, 10) = SUBSTRING(CONCAT(NOW(), ''), 0, 10)");
}
it works fine with postgres :)
Hi,
at first - thanks for this package!
I have the following environment setup
The installation of your package was successful.
I was able to go to the login page, but after login, I got the following error message
I have modify the
to the following
I can access the admin dashboard.
Do you have any idea, how we can fix this?
Thanks!