-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Followed the instruction properly. Not able to hit the watchtower routes #14
Comments
What do you get when you run php artisan route:list in your console? On Tue, Oct 11, 2016 at 4:14 PM, hammad786 [email protected] wrote:
|
Thanks for the response. This is what I get when I run route:list http://www.hammadbaig.com/epos/public/routes.txt Check Middleware column, seems something went wrong there. In Config/watchtower.php 'auth_routes' => [ 'route' => [ Seems I need to make changes in watchtower.php I'd really appreciate any help in this regard. Thanks in advanced! |
It worked now. I just changed middleware name to 'web' in routes.php explicitly to test and it worked. Thanks for looking into my issue. You're doing great JOB. |
Using fresh Laravel 5.3 with PHP 7.0. I followed all the instructions properly.
When I hit /watchtower it redirects me to /home. Spent lots of time figuring out the issue and so far no luck.
http://www.hammadbaig.com/epos/public/login
user: [email protected]
pass: 123456
Would you please look into this? Is there any way I can provide you FTP details safely? I mean privately.
I had used watchtower in 5.2 it worked like charm and saved my lots of time. Now I want to use it on Laravel 5.3
The text was updated successfully, but these errors were encountered: