happytodev / cyclone
A simple blog system for TempestPHP framework
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 5
Language:Hack
Requires
- league/commonmark: ^2.7
- spatie/yaml-front-matter: ^2.1
- symfony/yaml: ^7.2
- tempest/core: *
- tempest/framework: ^1.0
- tempest/highlight: ^2.11
- dev-main
- v1.0.0-alpha.28
- v1.0.0-alpha.27
- v1.0.0-alpha.26
- v1.0.0-alpha.25
- v1.0.0-alpha.24
- v1.0.0-alpha.23
- v1.0.0-alpha.22
- v1.0.0-alpha.21
- v1.0.0-alpha.20
- v1.0.0-alpha.19
- v1.0.0-alpha.18
- v1.0.0-alpha.17
- v1.0.0-alpha.16
- v1.0.0-alpha.15
- v1.0.0-alpha.14
- v1.0.0-alpha.13
- v1.0.0-alpha.12
- v1.0.0-alpha.11
- v1.0.0-alpha10
- v1.0.0-alpha.9
- v1.0.0-alpha.8
- v1.0.0-alpha.7
- v1.0.0-alpha.6
- v1.0.0-alpha.5
- v1.0.0-alpha.4
- v1.0.0-alpha.3
- v1.0.0-alpha.2
- v1.0.0-alpha.1
This package is auto-updated.
Last update: 2025-07-05 14:46:08 UTC
README
Cyclone is the first blog engine made with Tempest framework.
Install
Currently Cyclone is in alpha phase.
Create a new forlder for your project :
mkdir mynewblog
cd mynewblog
Launch composer init
and when it asks you for minimum stability, enter dev
.
Edit your composer.json and add the following line
"prefer-stable": true,
under
"minimum-stability": "dev",
Next, add Cyclone as dependency :
composer require happytodev/cyclone
When install is finished, launch the following command :
./vendor/bin/tempest cyclone:install
Add content
For blog posts, put your content in content/blog
folder.
Image for blog posts must take place in public/img/blog