# qadmin-laravel8 **Repository Path**: flash127/qadmin-laravel8 ## Basic Information - **Project Name**: qadmin-laravel8 - **Description**: Qadmin后台模板 - Laravel8示例 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-20 - **Last Updated**: 2022-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qadmin后台模板 - Laravel8示例 由于Laravel5.x/6.x/7.x模板引擎使用方法都一样,这里就使用Laravel8作为示例 官网: [www.qadmin.net](http://www.qadmin.net) ## 安装 ```angular2html composer install ``` ## 运行 ```angular2html php artisan serve ``` ## 演示 ```angular2html http://127.0.0.1:8000/ ```