-
Notifications
You must be signed in to change notification settings - Fork 114
Changing Prefix URL
Gravitano edited this page Jun 23, 2015
·
2 revisions
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'
];