文件名称:地址簿:基于Symfony 3.4和PHP 7.2构建
文件大小:77KB
文件格式:ZIP
更新时间:2024-03-14 01:12:07
PHP
通讯录应用原型
安装
克隆github repo git clone https://github.com/martintsenov/address-book.git 。
从 (手动下载,composer.phar)下载composer,然后运行php composer.phar install
设置DB php bin/console doctrine:schema:update --force
将Http服务器DocumentRoot设置为“ / address-book / web”
运行测试cd
【文件预览】:
address-book-master
----.gitignore(107B)
----app()
--------.htaccess(143B)
--------data()
--------Resources()
--------AppCache.php(101B)
--------config()
--------AppKernel.php(2KB)
----src()
--------.htaccess(143B)
--------AppBundle()
----var()
--------.gitignore(13B)
----bin()
--------console(843B)
--------symfony_requirements(4KB)
----composer.json(2KB)
----composer.lock(124KB)
----README.md(538B)
----web()
--------.htaccess(3KB)
--------robots.txt(116B)
--------apple-touch-icon.png(2KB)
--------app.php(645B)
--------vendor()
--------config.php(21KB)
--------favicon.ico(6KB)
--------app_dev.php(1KB)
----tests()
--------AppBundle()
----phpunit.xml.dist(988B)