There is no license information available for the latest version (dev-main) of this package.

Yii 3 application template

Fund package maintenance!
Open Collective
yiisoft

Installs: 602

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

dev-main 2024-04-12 15:34 UTC

README

121752654?s=200&v=4

Flowbite Application for YiiFramework v 3.0.


Codeception Codecov Psalm Psalm Coverage Easy Coding Standard StyleCI

home 404

Installation

This package requires bun for php-forge/foxy, which manages the installation of npm packages and resource compilation.

The preferred way to install this extension is through composer.

composer create-project --prefer-dist --stability=dev yii3-extensions/app <your directory>
cd <your directory>
composer update --prefer-dist --vvv

To launch development web server run:

composer run serve

Now you should be able to access the application through the URL printed to console. Usually it is http://localhost:8080.

Directory structure

The application has the following structure directory:

root
├── runtime                         Files generated during runtime.
├── src                             Application source code.
│    └── Framework                  Framework classes.
│        └── Asset                  Asset classes.
│        └── EventHandler           Event handler classes.
│        └── Handler                Handler classes.
│        └── resource               Resource files.
│            └── asset              Custom asset files.
│            └── layout             Layout files.
│            └── message            Message translation files.
│    └── UseCase                    Use case classes with vertical slices.
│        └── Hello                  Classes for function hello command.
│        └── Home                   Classes for function home page.

Configuration, installation and usage

For complete instructions on how to configure, install and use this application demo, see the docs.

Testing

Check the documentation testing to learn about testing.

License

The MIT License (MIT). Please see License File for more information.

Our social networks

Twitter