问题标签 [phundament]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
417 浏览

yii - 如何使用 MySQL 配置和安装 Phundament 3?

已下载并将phundament3放置在本地机器上,它可以工作,但在尝试使用 Mysql 数据库配置/安装它时不起作用,就像安装文档一样,
我在哪里可以找到它的Mysql转储?
如果安装全部为我完成,那么如何在本地进行?任何人都可以解释步骤,使用 Ubuntu 11.04

0 投票
1 回答
175 浏览

yii - 全新 Phundament 安装后迁移期间出现致命错误

第一次安装 Phundament 时,我被要求应用 12 次迁移

我回答“是”并获得了这个错误:

这对我的安装状态意味着什么?

0 投票
1 回答
75 浏览

twitter-bootstrap - 如何处理 phundament 作曲家包中的错误修复

我想修复 Phundament3 0.15.0 使用的 twitter bootstrap composer 包中的一个错误。如何在不更改供应商文件夹中的代码的情况下做到这一点?

0 投票
1 回答
188 浏览

yii - 修改 Phundament 主题和菜单?

我正在尝试将 Phundament 与现有数据库合并。经过一番挖掘,我能够让它运行,但我不知道如何最好地修改主题 - 特别是主菜单 - 以使其至少在某种程度上“面向未来”的方式......

我可以“蛮力”(更改所有权等)在 app/themes/layouts 中的 _menu.php 但这似乎有点骇人听闻。

0 投票
1 回答
126 浏览

yii - phundament 3: missing bootstrap top navbar on fresh install

The top black navbar doesnt show

i made a fresh install : composer.phar create-project --prefer-dist phundament/app my-app (made the virtualhost and rename the htaccess) i left all the config params as default (sqlite)

All install great, no problem. But the top black navbar doesnt show as he had to.

seems to be a css problem but i cant find the solution, i tried enable de LESS copiler , same result

ideas ?

Screen:
actual navbar

0 投票
1 回答
78 浏览

php - How to append child page in Phundament 3?

I'm just get started with phundament following the instructions on the home page.

Create Child Page Go to your index page. Click Append Child Page in the top menu. Select Main Layout and save.

I expected to find the parent id page in the Tree Parent combo box, but there is undefined. I see in URL [tree_parent_id]=2 which is not assigned to Tree Parent.

Steps to reproduce:

  1. Go to http://demo.phundament.com/3.0-dev/
  2. Login as admin /admin
  3. Go to http://demo.phundament.com/3.0-dev/index.php?r=p3pages/default/index&lang=en
  4. Create a page
  5. Try to create child page with the green button with plus sign on the right side with tool-tip "Append Child Page"
0 投票
2 回答
157 浏览

php - Phundament 和 Vagrant,VCS 资产

所以我知道安装,一般你需要composer global require "fxp/composer-asset-plugin:1.0.0-beta4"在用composer创建项目之前运行。但是,我按照直接在 vagrant 中工作的说明进行操作,直到我加载后端并尝试生成文档。跑步./yii app/setup-docs投掷:

[无效参数异常]

找不到处理资产 VCS 存储库的驱动程序http://omnipotent.net/jquery.sparkline/2.1.2/jquery.sparkline.min.js

我不确定 composer 资产插件是否应该以某种方式合并到 vagrant 文件中,或者是否需要手动运行?

0 投票
1 回答
544 浏览

php - yii2 和 phundament 从 dev 转移到 prod

我正在使用 yii2 和 phundament 进行开发,并且在我的本地机器和主机服务器上工作得非常好,但我仍然困惑的是如何从 dev 转移到 prod。

我可以从最终作品中删除哪些文件夹?

我需要该应用程序在树莓派中工作,这就是为什么我需要减少生产中的文件。

0 投票
1 回答
75 浏览

php - 使用 vagrant 进行 Phundament 开发

关于我们的工作流程的一点点。我们的开发机器使用 Windows 作为操作系统,我们在 git 实验室服务器上的项目(通常是 lamp 或 lemp stack,有时是 postgres 而不是 mysql)也有用于完整环境描述的 vagrant 文件。现在我们决定尝试 Phundament。那么正确的工作流程应该是什么?我们应该在 Windows 上安装 docker 还是使用任何带有 phundament 的 vagrant box 和它的 docker 在这个盒子里运行图像?我认为第二种方式是不必要的抽象级别。

0 投票
2 回答
1964 浏览

php - 控制器映射导致 yii2 控制台应用程序出错

模块部分配置

Yii 控制台应用程序 (./yii) 显示错误

'调用未知方法:app\controllers\user\AdminController::getHelpSummary()'

如果我取消注释该部分,如果我的扩展 Web 控制器不是控制台controllerMap,我无法理解为什么它会在控制台应用程序中自动加载。AdminController

这是来自用户模块的命令。

这是来自用户模块的命令