litefyr / project
Package info
github.com/Litefyr/Distribution
Language:Makefile
Type:project
pkg:composer/litefyr/project
0.2.0
2025-05-23 08:13 UTC
Requires
- php: ^8.3.0
- cweagans/composer-patches: ^1.7
- james-heinrich/getid3: ^2.0-beta6
- litefyr/distribution: *
- litefyr/migrations: *
- neos/neos: ~8.3.0
- dev-main
- 0.2.0
- 0.1.1
- 0.1.0
- dev-dependabot/npm_and_yarn/postcss-8.5.9
- dev-dependabot/npm_and_yarn/esbuild-0.28.0
- dev-dependabot/npm_and_yarn/carbon-pipeline-0.2.3
- dev-dependabot/npm_and_yarn/prettier/plugin-php-0.25.0
- dev-dependabot/npm_and_yarn/eslint-10.1.0
- dev-dependabot/npm_and_yarn/typescript-eslint-8.57.2
- dev-dependabot/npm_and_yarn/alpinejs/persist-3.15.9
- dev-dependabot/npm_and_yarn/postcss-sort-media-queries-6.3.3
- dev-dependabot/npm_and_yarn/colorjs.io-0.6.1
This package is auto-updated.
Last update: 2026-04-08 00:08:11 UTC
README
Installation
Create a project based on the Litefyr distribution
composer create-project litefyr/project custom-folder
Migrate database and add an admin user
ddev flow doctrine:migrate ddev flow user:create --roles Administrator admin admin Admin User
alternativly, you can also use this repository as an template.
CSS and JS files
Following files gets automatically included by Litefyr.Presentation:
| Filename | Description | Imported by |
|---|---|---|
Backend.ts |
Gets included only in the backend | Backend.ts |
Inline.ts |
Gets inlined on every page | Inline.ts |
Main.ts |
Gets included via src on every page |
Main.ts |
Main.pcss |
Gets included into the Main CSS file | Main.pcss |