I am trying to allow my public internet ip through maintenance mode in laravel on a vps.
Does the --allow
command works over internet or does it work only on the localhost?
Because I cannot get pass the maintenance mode page with the following command:
$ php artisan down --allow=xx.xx.xx.xx (my public internet ip)
Application is now in maintenance mode.
$ php artisan up
Application is now live.