文件名称:silex-modules-skeleton:Silex多模块入门框架
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-09 11:47:37
PHP
Silex-Modules-Skeleton(SMS) 请按照以下步骤操作,以开始使用Silex Modules Skeleton。 Silex模块骨架是什么? Silex Modules Skeleton是功能齐全的Silex应用程序,您可以将其用作新应用程序的框架。 入门 安装 您需要克隆此存储库以进行操作并更改所需的内容。 git clone https://github.com/UbikZ/silex-modules-skeleton.git && cd silex-modules-skeleton 作曲家 SMS应用程序需要外部组件, 会为您提供帮助: curl -s https://getcomposer.org/installer | php 通过composer安装: php composer.phar install ### Bower SMS应用程序需要
【文件预览】:
silex-modules-skeleton-master
----bower.json(177B)
----Gruntfile.js(2KB)
----src()
--------Module()
--------Core()
----.travis.yml(444B)
----web()
--------index.php(561B)
--------.htaccess(283B)
--------static()
----LICENSE(1KB)
----README.md(2KB)
----.bowerrc(41B)
----tests()
--------Tests()
--------phpunit.xml(501B)
--------bootstrap.php(0B)
----.gitignore(129B)
----app()
--------logs()
--------Resources()
--------fixtures()
--------config()
--------cache()
----package.json(299B)
----composer.json(953B)