Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bukarinevg/pop-up-task

Yii2 base application with flexible popup settings depending on user device type
https://github.com/bukarinevg/pop-up-task

Last synced: 17 days ago
JSON representation

Yii2 base application with flexible popup settings depending on user device type

Awesome Lists containing this project

README

        





Yii 2 Basic Project Template



Yii 2 Basic Project Template is a skeleton [Yii 2](http://www.yiiframework.com/) application best for
rapidly creating small projects.

The template contains the basic features including user login/logout and a contact page.
It includes all commonly used configurations that would allow you to focus on adding new
features to your application.

[![Latest Stable Version](https://img.shields.io/packagist/v/yiisoft/yii2-app-basic.svg)](https://packagist.org/packages/yiisoft/yii2-app-basic)
[![Total Downloads](https://img.shields.io/packagist/dt/yiisoft/yii2-app-basic.svg)](https://packagist.org/packages/yiisoft/yii2-app-basic)
[![build](https://github.com/yiisoft/yii2-app-basic/workflows/build/badge.svg)](https://github.com/yiisoft/yii2-app-basic/actions?query=workflow%3Abuild)

DIRECTORY STRUCTURE
-------------------

assets/ contains assets definition
commands/ contains console commands (controllers)
config/ contains application configurations
controllers/ contains Web controller classes
mail/ contains view files for e-mails
models/ contains model classes
runtime/ contains files generated during runtime
tests/ contains various tests for the basic application
vendor/ contains dependent 3rd-party packages
views/ contains view files for the Web application
web/ contains the entry script and Web resources

REQUIREMENTS
------------

The minimum requirement by this project template that your Web server supports PHP 7.4.

# Yii2 Device-Based Modal Display

## Description

This Yii2 project implements a solution for displaying modals based on device types (desktop, tablet, mobile) with customizable parameters. It intelligently detects user devices and presents modals tailored to each device category.

## Initial Setup

1. **Clone the Repository:** `git clone https://github.com/your-username/yii2-device-modal.git`
2. **Install Dependencies:** Run `composer install` to install the required dependencies.
3. **Initialize Project:** Run `php init` and choose the appropriate environment (Development or Production) when prompted.

## Deployment Recommendation

For deploying this Yii2 application...