test1
Open http://your-host/admin/ in browser,use username admin and password admin to login.
After the installation is complete, the following files are generated in the project directory:
After the installation is complete,all configurations are in the config/admin.php file.
After install,you can find directoryapp/Admin,and then most of our develop work is under this directory.
app/Admin/routes.php is used to define routes.
app/Admin/bootstrap.php is bootstrapper for Open-Admin, more usages see comments inside it.
The app/Admin/Controllers directory is used to store all the controllers, The HomeController.php file under this directory is used to handle home request of admin,The ExampleController.php file is a controller example.
The front-end static files are in the /public/packages/admin directory.