文件名称:skeleton:LinkORB开发项目模板
文件大小:42KB
文件格式:ZIP
更新时间:2024-05-29 12:22:48
PHP
骨骼 LinkORB开发项目模板 该存储库可用于启动新的简单项目,例如API或webapps。 入门 我们假设您在开发人员机器上具有空的mysql根密码。 尝试 运行下一个命令以尝试: sudo ./bin/try.sh 现在,在浏览器中打开并享受它。 运行控制台命令 其中包含一个简单的控制台命令,您可以像这样运行它: app/console skeleton:example 实施自己的应用程序 现在该服务正在运行,只需删除.git目录,然后初始化一个新的clean git项目: rm -rf .git git init 现在,您可以编辑app/config/routes.yml以添加新的路由,并在src/Controller/ExampleController.php实现控制器。可以将您的路由的新模板添加到templates/ 测试 跑步: cp phpunit.xml.dist
【文件预览】:
skeleton-master
----.gitignore(211B)
----app()
--------console(318B)
--------bootstrap.php(1KB)
--------schema.xml(403B)
--------config()
----templates()
--------frontpage.html.twig(206B)
--------things()
--------login.html.twig(1KB)
----src()
--------Command()
--------Controller()
--------Model()
--------Repository()
--------Application.php(6KB)
----bin()
--------run.sh(332B)
--------try.sh(1KB)
----.bowerrc(115B)
----assets()
--------js()
--------img()
----LICENSE(1KB)
----composer.json(1KB)
----composer.lock(118KB)
----README.md(1KB)
----web()
--------.htaccess(192B)
--------index.php(216B)
----phpunit.xml.dist(691B)
----themes()
--------default()
----bower.json(217B)
----test()
--------fixture()
----.editorconfig(193B)