phpdev:PHPDeveloper.org网站的源代码-Source website php

时间:2024-04-13 18:21:45
【文件属性】:

文件名称:phpdev:PHPDeveloper.org网站的源代码-Source website php

文件大小:140KB

文件格式:ZIP

更新时间:2024-04-13 18:21:45

系统开源

设置 查看最新版本的代码: git clone https://github.com/enygma/phpdev.git 运行composer.phar install 将phinx.yml文件从vendor/psecio/gatekeeper复制到当前目录 将其复制到phinx-phpdev.yml并编辑“ migrations”行,只说: migrations: migrations 首先运行phpdev迁移: vendor/bin/phinx migrate -c phpdev-migrations.yml 第二次运行Gatekeeper迁移: vendor/bin/phinx migrate 然后确保数据库和表的编码正确: SELECT default_character_set_name FROM information_schema.SCHEMATA S WHER


【文件预览】:
phpdev-master
----public()
--------favicon.ico(568B)
--------img()
--------js()
--------index.php(312B)
--------css()
--------.htaccess(381B)
----setup.php(2KB)
----migrations()
--------20150605210820_add_admin_group.php(456B)
--------20150516142050_remove_old_users_tables.php(529B)
----lib()
--------Phpdev()
----controller()
--------news.php(3KB)
--------tag.php(554B)
--------admin.php(7KB)
--------index.php(3KB)
--------feed.php(949B)
----README.md(944B)
----templates()
--------admin()
--------index()
--------news()
--------layout.main.php(4KB)
--------feed()
--------error()
----bin()
--------grabFeeds.php(2KB)
--------dailyPost.php(3KB)
--------bustCache.php(441B)
--------cache.php(384B)
----composer.json(445B)

网友评论