Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.2 KB

Aeon

Minimum PHP Version

Time Management Framework for PHP

The word aeon /ˈiːɒn/, also spelled eon (in American English), originally meant "life", "vital force" or "being", "generation" or "a period of time", though it tended to be translated as "age" in the sense of "ages", "forever", "timeless" or "for eternity".

Source: Wikipedia

Website

Documentation of Aeon PHP project.

Development

composer install
npm install
node_modules/.bin/gulp
symfony server:start

http://127.0.0.1:8000/

Download latest version of the library

bin/console aeon:library:download calendar 1.x

Generate static content

bin/console static-content-generator:copy:assets --env=prod
bin/console static-content-generator:generate:routes --env=prod --parallel=8

Generate static content for single library

bin/console static-content-generator:generate:routes --env=prod --parallel=8 --filter-route-prefix=docs_calendar

Push new changes to github pages

git subtree push --prefix=output upstream gh-pages