Skip to content

yiisoft/demo-diary

Yii

Yii3 Demo Diary

A demo application based on Yii3 framework


Build status Code Coverage static analysis type-coverage

Requirements

  • PHP 8.5 or higher.

General usage

  1. Clone this repository.

  2. Move to your project root directory.

  3. Install composer dependencies:

composer install

# or via docker
make init
  1. Apply migrations:
# Linux
./yii migrate:up

# Windows
yii migrate:up

# or via docker
make migrate-up
  1. Run application:
# Linux
./yii serve

# Windows
yii server

# or via docker
make up

The application will be started on http://127.0.0.1:8080/.

Support

If you need help or have a question, check out Yii Community Resources.

License

The Yii3 Demo Diary is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

Maintained by Yii Software.

Support the project

Open Collective

Follow updates

Official website Twitter Telegram Facebook Slack

About

Yii3 Demo Diary (Vertical slices)

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Languages