Skip to content

Changing Prefix URL

Gravitano edited this page Jun 23, 2015 · 2 revisions

Changing Prefix URL

This feature is come since version = 2.0.7.

By default admin prefix URL is admin. If you want to change the prefix URL. You can publish the configuration file of this package and change the prefix URL by updating prefix value in that file.

// File: config/admin.php
return [
    'prefix' => 'dashboard'
];
Clone this wiki locally