admin 发表于 2023-2-16 18:55:11

laraver框架目录基础

<div id="article_content" class="article_content clearfix">
      <link rel="stylesheet" href="https://csdnimg.cn/release/blogv2/dist/mdeditor/css/editerView/kdoc_html_views-1a98987dfd.css">
      <link rel="stylesheet" href="https://csdnimg.cn/release/blogv2/dist/mdeditor/css/editerView/ck_htmledit_views-6e43165c0a.css">
                <div id="content_views" class="htmledit_views">
                  <p></p>
<p>app&#xff1a;应用的核心代码&#xff0c;写代码的地方</p>
<p>bootstrap&#xff1a;少许文件&#xff0c;用于框架的启动和自动载入配置</p>
<p>config&#xff1a;应用的所有配置文件</p>
<p>database:包含数据库的迁移文件和填充文件</p>
<p>public&#xff1a;应用的入口文件&#xff0c;前端资源文件 &#xff1a; 图片&#xff0c;js&#xff0c;css</p>
<p>resources: 视图文件采用blade写法</p>
<p>routes&#xff1a;应用定义的所有路由</p>
<p>storage: 编译后blade模板&#xff0c;session&#xff0c;文件缓存 t</p>
<p>ests&#xff1a; 自动化测试文件</p>
<p>vendor&#xff1a; 第三方类库&#xff0c;通过composer加载的依赖&#xff08;laraver框架的核心代码&#xff09;</p>
                </div>
      </div>
      <div id="treeSkill"></div>
页: [1]
查看完整版本: laraver框架目录基础