Magento

Magento 2 Get Admin Path Command Line

Pinterest LinkedIn Tumblr

You can run command inside of project folder

php bin/magento info:adminuri

Output:

Admin URI: /admin

Check Admin path inside of app/etc/env.php file

Do you know? You can get admin path without access to app/etc/env.php file.

'backend' =>
  array (
    'frontName' => 'admin',
  ),

Write A Comment