Skip to content

mycoding-academy/windwalker-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windwalker Starter

logo

This is Windwlaker Framework starter package.

Installation Via Composer

$ php composer.phar create-project windwalker/starter windwalker ~2.0

Getting Started

Open http://{Your project root}/www, you will see the sample page.

acme_page

Open http://{Your project root}/www/dev.php, you will enter the development mode.

Use Database

Copy etc/secret.dist.yml to etc/secret.yml and fill database information.

Using Console

Type this command in your terminal:

php bin/console

You will see console usage:

Windwalker Console - version: 2.0
------------------------------------------------------------

[console Help]

The default application command

Usage:
  console <command> [option]


Options:

  -h | --help       Display this help message.
  -q | --quiet      Do not output any message.
  -v | --verbose    Increase the verbosity of messages.
  --ansi            Set 'off' to suppress ANSI colors on unsupported terminals.

Commands:

  migration    Database migration system.
  seed         The data seeder help you create fake data.
  build        Some useful tools for building system.

Welcome to Windwalker Console.

Import Sample Schema

php bin/console migration status
php bin/console migration migrate

How To Use Windwalker

Please see README in every Windwalker packages first.

About

Windwlaker Framework starter package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.6%
  • CSS 24.7%
  • HTML 9.2%
  • ApacheConf 4.5%