lyrasoft / eva
Home Land of LYRASOFT
1.2.2
2025-06-26 10:33 UTC
Requires
- php: >=8.2
- 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.0
- lyrasoft/theme-nexus: ^1.0
- lyrasoft/toolkit: ^1.0
- masterminds/html5: ^2.8
- symfony/mailer: ^5.4||^6.0||^7.0
- symfony/polyfill-php84: ^1.31
- symfony/var-dumper: ^5.0||^6.0||^7.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.0
Requires (Dev)
- nunomaduro/collision: ^7.8||^8.0
- dev-master
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-packages
- dev-booking
- dev-dotnet
- dev-shopgo
This package is auto-updated.
Last update: 2025-06-26 10:35:46 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.