akademiano / application
基于 akademiano php 框架的骨架应用
v1.0.0-beta.1
2017-04-18 23:08 UTC
Requires
- akademiano/core: ^1.0.0-beta.5
- akademiano/menu: ^1.0.0-beta.1
- akademiano/site-all: ^1.0.0-beta.2
- akademiano/site-default: ^1.0.0-beta.1
- bower-asset/bootstrap: ^3.3.5
- bower-asset/html5shiv: ^3.7.3
- bower-asset/jquery: ^2.1.4
- bower-asset/respond: ^1.4.2
- symfony/process: ^3.0
- symfony/yaml: ^3.0
Requires (Dev)
- codeception/c3: ^2.0.10
- codeception/codeception: ^2.2.10
- mockery/mockery: ^0.9.9
- satooshi/php-coveralls: ^1.0
Provides
This package is auto-updated.
Last update: 2024-09-07 15:28:54 UTC
README
Akademiano 骨架项目
.htaccess 示例
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php [L]
</IfModule>
贡献
- 分叉它!
- 创建你的功能分支:
git checkout -b my-new-feature
- 提交你的更改:
git commit -am '添加一些功能'
- 推送到分支:
git push origin my-new-feature
- 提交拉取请求 :D
许可证
Apache-2.0 © mrdatamapper