akademiano/application

Skeleton application on akademiano php framework

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

This package is auto-updated.

Last update: 2024-03-07 14:28:16 UTC


README

Build Status Coverage Status SensioLabsInsight Libraries.io GitHub release

Akademiano skeleton project

.htaccess example

<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>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

Apache-2.0 © mrdatamapper