lyrasoft / eva
Home Land of LYRASOFT
1.3.10
2026-04-12 14:43 UTC
Requires
- php: >=8.4.6
- ext-json: *
- asika32764/pinyin: ^1.2
- dragonmantank/cron-expression: ^3.3
- lyrasoft/backup: ^2.0
- lyrasoft/banner: ^1.0
- lyrasoft/contact: ^1.0
- lyrasoft/luna: ^2.2
- lyrasoft/theme-nexus: ^1.1
- lyrasoft/toolkit: ^1.0
- symfony/mailer: ^6.0||^7.0||^8.0
- symfony/polyfill-php85: ^1.33
- symfony/var-dumper: ^6.0||^7.0||^8.0
- windwalker/authentication: ^4.0
- windwalker/authorization: ^4.0
- windwalker/core: ^4.0
- windwalker/database: ^4.0
- windwalker/di: ^4.0
- windwalker/dom: ^4.0
- windwalker/edge: ^4.0
- windwalker/form: ^4.0
- windwalker/orm: ^4.0
- windwalker/renderer: ^4.0
- windwalker/session: ^4.0
- windwalker/srp: ^1.0
- windwalker/unicorn: ^1.2
This package is auto-updated.
Last update: 2026-06-12 15:08:16 UTC
README
Installation Via Composer
composer create-project lyrasoft/eva your_project
Prepare System
Type this command in your terminal to deploy system and run migration for production environment:
php windwalker run prepare
If you want to set prepare to dev mode, you can use this command in your terminal to run assets sync, migrations and seeders:
php windwalker run preparedev
Getting Started
Open http://{Your project root}/www/admin, you will see the sample page.
Open http://{Your project root}/www/dev.php, you will enter the development mode.