Skip to main content
Version: 9.x

Admin Dashboard

Apiato does not recommend serving HTML pages. Instead, you should build your own Frontend App completely isolated from the Backend code.

The provided Admin route#

How it works#

Visiting http://admin.apiato.test/dashboard will redirect you to a login page for admins.

the default credentials are:

It is up to you to build and customize your admin dashboard however you prefer.

Change default Admin credentials#

you can change these default values from the seeder class in the Authorization container: app/Containers/Authorization/Data/Seeders/RolesAndPermissionsSeeder.php.