lyrasoft / earth
Home Land of LYRASOFT
Installs: 177
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 7
Open Issues: 5
pkg:composer/lyrasoft/earth
Requires
- php: >=8.4.6
- ext-json: *
- lyrasoft/luna: 2.2.x-dev
- lyrasoft/toolkit: ^1.0
- windwalker/authentication: ^4.0
- windwalker/authorization: ^4.0
- windwalker/core: dev-master
- 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: dev-main
Requires (Dev)
- windwalker/framework: dev-master
- dev-master
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.15
- 2.1.14
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1
- 2.0.x-dev
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.21
- 2.0.20
- 2.0.19
- 2.0.18
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
- 2.0-beta4
- 2.0-beta3
- 2.0-beta2
- 2.0-beta1
- 1.x-dev
- 1.2.31
- 1.2.30
- 1.2.29
- 1.2.27
- 1.2.26
- 1.2.25
- 1.2.24
- 1.2.23
- 1.2.22
- 1.2.21
- 1.2.20
- 1.2.19
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2
- 1.1.x-dev
- 1.1.28
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 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.x-dev
- 1.0.2
- 1.0.1
- 1.0.0
- dev-module
- dev-next
This package is auto-updated.
Last update: 2025-10-06 08:24:23 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.