Home Land of LYRASOFT

1.1.10 2024-02-18 09:23 UTC

README

142924046-eb7a1438-4987-4f13-ab73-fde2108a7c1e.jpg

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.