lukaskleinschmidt / kirby-setup
There is no license information available for the latest version (1.0.1) of this package.
Kirby Setup
Package info
github.com/lukaskleinschmidt/kirby-setup
Type:project
pkg:composer/lukaskleinschmidt/kirby-setup
1.0.1
2025-05-27 14:24 UTC
Requires
- php: ^8.4
- getkirby/cli: ^1.6
- getkirby/cms: 5.0.0-rc.2
- monolog/monolog: ^3.9
- symfony/var-dumper: ^7.2
- vlucas/phpdotenv: ^5.6
README
An opinionated setup for Kirby CMS projects.
Requirements
- PHP 8.4
- 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
Start the development server:
npm run dev
Build assets:
npm run build