litefyr / project
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 2
Language:Makefile
Type:project
pkg:composer/litefyr/project
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
This package is auto-updated.
Last update: 2025-10-30 00:13:54 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 srcon every page | Main.ts | 
| Main.pcss | Gets included into the Main CSS file | Main.pcss |