# Laravel Layui **Repository Path**: yuanxiaobin/laravel-layui ## Basic Information - **Project Name**: Laravel Layui - **Description**: Laravel Layui后台管理系统 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 17 - **Created**: 2022-08-24 - **Last Updated**: 2022-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Laravel Layui =============== ### 安装 1.Windows ~~~ D:\phpstudy\Extensions\php\php8.0.2nts\php.exe C:\ProgramData\ComposerSetup\bin\composer.phar create-project laravel/laravel=9.* laravel-layui ~~~ 2.插件 ~~~ composer require phpoffice/phpspreadsheet composer require qiniu/php-sdk ~~~ 3.自动加载自定义的函数 ~~~ "autoload": { "files": [ "app/helpers.php" ] }, 执行命令 composer dump-autoload ~~~ ### 介绍 1.版本 ~~~ laravel 9 ~~~ 2.说明 ~~~ 1-1.默认前端 www.laravel.cn 1-2.默认后端 www.laravel.cn/admin 当使用子域名时 2-1.前端 www.laravel.cn 2-2.后端 manage.laravel.cn/admin 2-2.1.后端 manage.laravel.cn(优化路由可把admin去掉) 后台账号:admin 后台密码:password ~~~