View Single Post
  #1  
Old 5th December 2018, 23:36
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 140
Post Tricks You Can Do In UNIT3D
Here are some tricks you can do in UNIT3D that you might not have been aware of:

1) Use the `php artisan down` command to put UNIT3D down in maintenance mode, but allow access to certain IP(s)

`php artisan down --allow=123.123.123.123`

You can also provide multiple IP addresses, or even IP ranges:

`php artisan down --allow=123.123.123.123 --allow=192.168.0.0/16`

2) Use the `php artisan down` command to put UNIT3D down in maintenance mode, but write a custom message for your users to see.

`php artisan down --message="You can write anything here"`
The Following 4 Users Say Thank You to HDVinnie For This Useful Post:
chanclas (25th April 2023), lordgabber (29th December 2018), Phogo (6th December 2018), Solid30 (18th September 2022)