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 worksVisiting http://admin.apiato.test/dashboard will redirect you to a login page for admins.
the default credentials are:
email: [email protected]
password: admin
It is up to you to build and customize your admin dashboard however you prefer.
#
Change default Admin credentialsyou can change these default values from the seeder class in the Authorization container: app/Containers/Authorization/Data/Seeders/RolesAndPermissionsSeeder.php
.