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

Flowbite application for YiiFramework v. 3.0.

This package is auto-updated.

Last update: 2023-07-14 16:58:16 UTC


README

121752654?s=200&v=4

Flowbite Application for YiiFramework v 3.0.


theme-ligth theme-dark

Requirements

The minimum version of PHP required by this package is PHP 8.1.

To install this package, you need a composer.

Installation

You can then install this project template using the following command:

composer create-project --prefer-dist --stability=dev yii-tools/skeleton-app <your directory>
cd <your directory>
composer require yii-tools/app:dev-main --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
├── config                          Configuration files.
│   └── common                      Common configuration.
│       └── param                   Common config parameters.
│   └── console                     Console configuration.
│       └── param                   Console config parameters.
│   └── web                         Web configuration.
│       └── param                   Web config parameters.
│   └── application-params.php      Application parameters.
│   └── routes.php                  Routes configuration.
├── runtime                         Files generated during runtime.
├── src                             Application source code.
│    └── Framework                  Framework classes.
│        └── Asset                  Asset classes.
│        └── Definition             Definition classes for widgets.
│        └── Handler                Handler classes.
│        └── resource               Resource files.
│            └── asset              Custom asset files.
│            └── layout             Layout files.
│            └── message            Message translation files.
│    └── UseCase                    Use case classes with vertical slices.
│        └── HelloCommand           Classes for function hello command.
│        └── SiteIndex              Classes for function site index.

Testing

Check the documentation testing to learn about testing.

CI status

build codecov static analysis type-coverage StyleCI

License

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

Our social networks

Twitter