akademiano/application

基于 akademiano php 框架的骨架应用

v1.0.0-beta.1 2017-04-18 23:08 UTC

This package is auto-updated.

Last update: 2024-09-07 15:28:54 UTC


README

Build Status Coverage Status SensioLabsInsight Libraries.io GitHub release

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>

贡献

  1. 分叉它!
  2. 创建你的功能分支: git checkout -b my-new-feature
  3. 提交你的更改: git commit -am '添加一些功能'
  4. 推送到分支: git push origin my-new-feature
  5. 提交拉取请求 :D

许可证

Apache-2.0 © mrdatamapper