文件名称:LdcUserProfile:ZfcUser 的用户配置文件扩展
文件大小:58KB
文件格式:ZIP
更新时间:2024-07-19 01:52:56
PHP
Ldc用户配置文件 什么? LdcUserProfile是一个可扩展的用户配置文件系统 。 它允许经过身份验证的用户修改他们自己的帐户配置文件。 如何? 安装包: composer require adamlundrigan/ldc-user-profile:1.*@stable 在 ZF2 应用程序中启用模块 ( LdcUserProfile )。 利润! 默认情况下,用户配置文件页面挂载在 URL 路径/user/profile 。 给我看看! 如果您有幸使用 PHP >=5.4 和pdo_sqlite的 *nix 系统,请弹出demo文件夹并运行安装脚本( run.sh )。 这将构建演示应用程序,安装,并启动网络服务器。 完成所有操作后,只需打开浏览器,然后: 导航到http://localhost:8080/user/register 创建一个帐户 导航到http
【文件预览】:
LdcUserProfile-master
----autoload_classmap.php(271B)
----.gitignore(152B)
----.travisci()
--------composer.json.tmpl(779B)
----README.md(3KB)
----tests()
--------log()
--------phpunit.xml(761B)
--------LdcUserProfileTest()
--------bootstrap.php(2KB)
--------TestConfiguration.php.dist(2KB)
----view()
--------ldc-user-profile()
----phpunit.xml(17B)
----composer.json(725B)
----.php_cs(664B)
----.scrutinizer.yml(100B)
----src()
--------LdcUserProfile()
----Module.php(929B)
----config()
--------ldc-user-profile.global.php.dist(1KB)
--------module.config.php(2KB)
----LICENSE.txt(2KB)
----autoload_register.php(73B)
----.travis.yml(592B)
----autoload_function.php(229B)
----Makefile(790B)
----demo()
--------.gitignore(24B)
--------README.md(635B)
--------run.sh(744B)
--------ExtensionModule()
--------files()