windwalker / starter
Windwalker Starter.
Installs: 1 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 3
Open Issues: 1
Requires
- php: >=8.2
- ext-json: *
- asika/cross-env: ^1.0
- windwalker/core: ^4.0
- windwalker/dom: ^4.0
- windwalker/edge: ^4.0
- windwalker/renderer: ^4.0
Requires (Dev)
- nunomaduro/collision: ^7.8||^8.0
- windwalker/framework: ^4.1@beta
- dev-master / 4.x-dev
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta2
- 4.0.0-beta1
- 3.x-dev
- 3.5.12
- 3.5.10
- 3.5.9
- 3.5.8
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3.2
- 3.4.3.1
- 3.4.3
- 3.4.2
- 3.4.1.1
- 3.4.1
- 3.4
- 3.3.2
- 3.3.1.2
- 3.3.1.1
- 3.3.1
- 3.3.0.1
- 3.3
- 3.2.8.1
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2.1
- 3.2.2
- 3.2.1
- 3.2
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1
- 3.0.1
- 3.0.0.2
- 3.0.0.1
- 3.0
- 3.0-beta4
- 3.0-beta3
- 3.0-beta2
- 3.0-beta
- 3.0-alpha
- 2.1.x-dev
- 2.1.9.1
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5.6
- 2.1.5.5
- 2.1.5.4
- 2.1.5.3
- 2.1.5.2
- 2.1.5.1
- 2.1.5
- 2.1.4
- 2.1.3.1
- 2.1.3
- 2.1.2.1
- 2.1.2
- 2.1.1.1
- 2.1.1
- 2.0.9.1
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4.1
- 2.0.4
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.0.1
- 1.0.0
- dev-unicorn
- dev-dev-repository
- dev-staging
This package is auto-updated.
Last update: 2024-10-09 07:24:16 UTC
README
This is Windwlaker Framework starter package.
Installation Via Composer
composer create-project windwalker/starter windwalker ^4.0 --remove-vcs
Getting Started
Open http://{Your project root}/www
, you will see the sample page.
Open http://{Your project root}/www/dev.php
, you will enter the development mode.
Using Console
Type this command in your terminal:
php windwalker
You will see console usage:
Windwalker Console 4.x
Usage:
command [options] [arguments]
Options:
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
dump-server Start the dump server to collect dump information.
help Display help for a command
list List commands
run Run custom scripts.
schedule Run CRON schedule
asset
asset:version Create assets version file.
build
build:entity Build entity getters/setters and sync properties with database.
build:form Build form definition from DB table.
cache
cache:clear Clear cache
db
db:export Export database to file.
generate
generate:make [g] Generate files.
generate:revise Revise file to template.
mail
mail:test This command will send a test mail by your mail settings.
mig
mig:create Create a migration version.
mig:go Migrate to specific version or latest.
mig:reset Reset migration versions.
mig:status Show migration status.
pkg
pkg:install Install package resources.
seed
seed:clear Clear seeders
seed:create Create a seeder.
seed:import Import seeders
Import Sample Schema
php windwalker mig:status php windwalker mog:go --seed
How To Use Windwalker
Please see Documentation.