lyrasoft / eva
Home Land of LYRASOFT
1.1.16
2024-09-17 12:15 UTC
Requires
- php: >=8.2
- ext-json: *
- asika/cross-env: ^1.0
- 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-skote: ^3.2
- 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
This package is auto-updated.
Last update: 2024-10-17 12:34:03 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.