Changing the URL of the Admin panel
You can now change the URL address of your admin panel against improper attempts.
Example: http://domain.tld/admin123 instead of http://domain.tld/admin
To do it, you have to add the code below in your /.env file:
ADMIN_BASE_PATH=admin123
Happy Coding!