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:
email: [email protected]
password: admin
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.