An open API service indexing awesome lists of open source software.

https://github.com/yii3-extensions/app

Flowbite Application for YiiFramework v 3.0.
https://github.com/yii3-extensions/app

app flowbite tailwindcss yii3

Last synced: 9 months ago
JSON representation

Flowbite Application for YiiFramework v 3.0.

Awesome Lists containing this project

README

          





Flowbite Application for YiiFramework v 3.0.





Codeception


Codecov


Psalm


Psalm Coverage


Easy Coding Standard


StyleCI



home


404

## Installation

This package requires [bun](https://github.com/oven-sh/bun?tab=readme-ov-file#install) for [php-forge/foxy](https://www.github.com/php-forge/foxy),
which manages the installation of npm packages and resource compilation.

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

```shell
composer create-project --prefer-dist --stability=dev yii3-extensions/app
cd
composer update --prefer-dist --vvv
```

To launch development web server run:

```bash
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:

```text
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](/docs/README.md).

## Testing

[Check the documentation testing](/docs/testing.md) to learn about testing.

## License

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

## Our social networks

[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/Terabytesoftw)