Laravel shows the errors and notices, which are raised if you use your code like that.
Try
echo date('G');
ps Laravel comes with Carbon (https://github.com/briannesbitt/Carbon)
You're not passing a string to the date function. Also yea like zenry said Laravel has Carbon which is much easier to use.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community