Capro is currently in alpha, and is not thoroughly tested for production.
Please report bugs via GitHub Issues
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.
Currently none. Sponsor here: https://github.com/sponsors/xy2z
- PHP 8.0+
- Composer
First install the capro global package
composer global require xy2z/capro:@alphaNow, you can create new sites using:
capro new demo
cd demo/public
php -S localhost:82Head over to http://localhost:82 to see your new static Capro site.
Learn more in the full documentation site. (which was build in capro)
Pull Requests are welcome! See more in the Contributing Guide.
