Home Land of LYRASOFT

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 21

pkg:composer/lyrasoft/eva

1.3.1 2025-10-06 17:36 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.