xy2z / capro
Static site generator
Fund package maintenance!
xy2z
Requires
- php: 8.*
- dev-master
- 1.0.0-alpha.35
- 1.0.0-alpha.34
- 1.0.0-alpha.33.1
- 1.0.0-alpha.33
- 1.0.0-alpha.32
- 1.0.0-alpha.31
- 1.0.0-alpha.30
- 1.0.0-alpha.29
- 1.0.0-alpha.28
- 1.0.0-alpha.27
- 1.0.0-alpha.26
- 1.0.0-alpha.25
- 1.0.0-alpha.24
- 1.0.0-alpha.23
- 1.0.0-alpha.22
- 1.0.0-alpha.21
- 1.0.0-alpha.20
- 1.0.0-alpha.19
- dev-dev
- dev-blade10-and-composer-updates-php8-2
- dev-php-scoper
- dev-master-backup-2024-02-09
This package is auto-updated.
Last update: 2024-10-24 13:55:47 UTC
README
Capro is a static-site generator for PHP 8+
Quick Setup | Documentation | Community | Sponsor
⚠ Notice
Capro is currently in alpha, please report bugs via GitHub Issues
About
A PHP static-site generator, using Blade template engine.
Capro is currently in alpha, and is not thoroughly tested for production. Breaking changes might occur during the alpha phase.
Sponsors
Currently none. Sponsor here: https://github.com/sponsors/xy2z
Requirements
- PHP 8.0+
- Composer
Quick Setup
First install the capro global package
composer global require xy2z/capro:@alpha
Now, you can create new sites using:
capro new demo
cd demo/public
php -S localhost:82
Head over to http://localhost:82 to see your new static Capro site.
Learn more in the full documentation site. (which was build in capro)
Contributing
Pull Requests are welcome! Remember to send PR's to the dev
branch - see more in the Contributing Guide.