lukaskleinschmidt / kirby-setup
There is no license information available for the latest version (1.0.2) of this package.
Kirby Setup
Package info
github.com/lukaskleinschmidt/kirby-setup
Type:project
pkg:composer/lukaskleinschmidt/kirby-setup
1.0.2
2026-07-02 06:44 UTC
Requires
- php: ^8.5
- getkirby/cli: 1.9.0
- getkirby/cms: 5.4.4
- monolog/monolog: 3.10.0
- symfony/var-dumper: 8.1.1
- vlucas/phpdotenv: 5.6.3
README
An opinionated setup for Kirby CMS projects.
Requirements
- PHP 8.5
- Node.js 20
Installation via Composer
composer create-project lukaskleinschmidt/kirby-setup kirby-setup
Install Dependencies
npm install
Create a certificate for local development:
mkcert -key-file storage/key.pem -cert-file storage/cert.pem localhost 127.0.0.1 ::1
Start the development server:
npm run dev
Build assets:
npm run build