Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notbadcode/newswithevents

A simple Yii2 basic application for news management. Example usage Yii2 Events and Observer pattern.
https://github.com/notbadcode/newswithevents

event-listener eventlistener observer observer-pattern php php-crud rbac yii2 yii2-crud yii2-framework yii2-rbac

Last synced: about 1 month ago
JSON representation

A simple Yii2 basic application for news management. Example usage Yii2 Events and Observer pattern.

Awesome Lists containing this project

README

        

## Installation: ##

```
#!bash

composer install
./init

./yii migrate/up --migrationPath=@yii/rbac/migrations
./yii migrate/up --migrationPath=@vendor/dektrium/yii2-user/migrations
./yii migrate

./yii user/create [email protected] admin adminpsw
./yii user/confirm admin
./yii rbac-roles/init
```