michnhokn / kirby3-boilerplate
Kirby Boilerplate with Vite
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.2.0 <8.3.0
- arnoson/kirby-vite: ^5.0
- bnomei/kirby3-janitor: ^4.0
- bnomei/kirby3-monolog: ^2.0
- distantnative/retour-for-kirby: ^5.0
- fabianmichael/kirby-meta: ^1.0
- getkirby/cli: ^1.0
- getkirby/cms: ^4.0
README
What this boilerplate provides
- This is a project boilerplate based on Kirby 4 and Vite.
- It uses the public folder structure for a securer setup
- It comes with a predefined set of plugins and scripts to kickstart any Kirby project.
- To run the project either use your own server or use the provided devenv configuration.
- It provides a basic deployer configuration
Installation
- Install the project with all dependencies and init a git repository
composer create-project michnhokn/kirby3-boilerplate <project-name>
- Change the
composer.json
to the project needs - Change
site/config/env.php
to the project needs - Copy
.gitignore.example
to.gitignore
- Start the environment
devenv up
&devenv shell
and enjoy programming