lyrasoft / earth
Home Land of LYRASOFT
2.2.7
2026-04-12 05:19 UTC
Requires
- php: >=8.4.6
- ext-json: *
- lyrasoft/luna: ^2.2
- lyrasoft/toolkit: ^1.0
- windwalker/authentication: ^4.0
- windwalker/authorization: ^4.0
- windwalker/core: ^4.0
- windwalker/database: ^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-11 06:10:51 UTC
README
Installation Via Composer
composer create-project lyrasoft/earth 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.