akademiano / application
Skeleton application on akademiano php framework
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-11-07 15:56:21 UTC
README
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
Apache-2.0 © mrdatamapper