lexcast / fminor-repertoire
Basic repertoire of the Fminor project
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lexcast/fminor-repertoire
Requires
- php: >=5.3.3
- lexcast/fminor-core: dev-master
This package is not auto-updated.
Last update: 2025-10-25 23:47:59 UTC
README
#Fminor Repertoire This is the default repertoire of the Fminor project.
####Generators
- Asset: generates scripts and css, adds links to assets in the base template and create bower file with library dependencies.
- Controller: generates functional controllers classes and actions with their code.
- Routing: generates routes in the
routes.phpfile. - Templating: generates templates, layouts or little fragments of html needed, with includes and extends.
####Request Each generator look in an array of requests that are basically one for each kind of generator, plus the library request regarding to the asset generator.
####Chords
You can use this in your chords.yml to build your project.
In this repertoire there are:
- Footer
- Header
- Menu
- Section
- Webpage
You can embed fragment into other or generate links between them.
See more on lexcast/fminor.