We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fresh Laravel 5.3 with PHP 5.7
page /watchtower works fine!
(thanks to issue #14 changed middleware name to 'web' )
When I hit /watchtower/user
Whoops, looks like something went wrong. 1/1 FatalErrorException in UserController.php line 52: syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM)
[Symfony\Component\Debug\Exception\FatalErrorException]
The text was updated successfully, but these errors were encountered:
please close the issue if its the same to #12 sorry
waiting for update :)
Sorry, something went wrong.
switching from PHP 5.6/5.7 to 7.0 solved the problem
No branches or pull requests
fresh Laravel 5.3 with PHP 5.7
page /watchtower works fine!
(thanks to issue #14 changed middleware name to 'web' )
When I hit /watchtower/user
getting error
Whoops, looks like something went wrong.
1/1 FatalErrorException in UserController.php line 52: syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM)
in UserController.php line 52
if i run php artisan route:list getting error
[Symfony\Component\Debug\Exception\FatalErrorException]
syntax error, unexpected '::' (T_PAAMAYIM_NEKUDOTAYIM)
The text was updated successfully, but these errors were encountered: