libra / libra-app
Application module and administration for ZF2 application
Installs: 953
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:asset-aware
Requires
- libra/jquery-assets: 1.* || 2.* || 3.*
- libra/libra: 0.*
- libra/libra-assets-installer: 2.*
- libra/libra-markdown: 1.*
- libra/libra-module-manager: 1.*
- libra/libra-navigation: 0.*
- libra/libra-user: 0.*
- libra/twitter-bootstrap-assets: 3.*
- zendframework/zend-authentication: ^2.3
- zendframework/zend-console: ^2.3
- zendframework/zend-di: ^2.3
- zendframework/zend-filter: ^2.3
- zendframework/zend-form: ^2.3
- zendframework/zend-http: ^2.3
- zendframework/zend-i18n: ^2.3
- zendframework/zend-inputfilter: ^2.3
- zendframework/zend-json: ^2.3
- zendframework/zend-log: ^2.3
- zendframework/zend-modulemanager: ^2.3
- zendframework/zend-mvc: ^2.3
- zendframework/zend-navigation: ^2.3
- zendframework/zend-serializer: ^2.3
- zendframework/zend-session: ^2.3
- zendframework/zend-text: ^2.3
- zendframework/zend-uri: ^2.3
- zendframework/zend-validator: ^2.3
- zendframework/zend-version: ^2.3
- zendframework/zend-view: ^2.3
- zf-commons/zfc-rbac: ^2.3
- zf-commons/zfc-user: 0.*
Suggests
- libra/fancybox-assets: Add JS sliders if you don't specify it in another way
- libra/jquery-assets: Add jQuery if you don't specify it in another way
- libra/jquery-ui-assets: (Optional) Add jQuery UI if you don't specify it in another way
- libra/libra-article: Add main CMS functionality
- libra/libra-locale: Add locales to application
- libra/twitter-bootstrap-assets: Add fine css framework if you don't specify it in another way
This package is not auto-updated.
Last update: 2024-10-26 13:56:59 UTC
README
##Tasks:
- Create a dropdown view helper menu for administration layout [Partial completed]
- Configuration page in administration [Partial completed]
- Render templates by relative name if it contains in the same level after '/' sign [COMPLETED]
###Routers:
URI can ends at leading '/` or not.
Principles: any page should be in one example (only 1 uri).
###Install changes
From 0.4.1 it became lightweighter by move JS library from requires to suggested.
So you can include them by changing layout page to your demands.
The list:
- libra/jquery-assets
- libra/jquery-ui-assets (While, it's not in use)
- libra/twitter-bootstrap-assets
- libra/fancybox-assets
Libra CMS repo contains them by default.
###Udater
bin/application updater update 0.3.5
###Features ####Fast view of README.md Possible to view README of any project by any of this urls:
- http://libra-cms/libra-app/markdown?file=vendor/libra/libra-app/README.md
- http://libra-cms/libra-app/markdown?file=vendor/libra/libra-app/README
or simply
It looks for file README.md in that folder.