Skip to content

kingrain94/blog-sp

Repository files navigation

Base on Yii2 PHP framework and AdminLTE bootstrap template. Clone source and import file '/intro/db/yii2-blog.sql' with db name same as file name (yii2-blog)!

Blog manager website!

First, you must login or register a new account for blog writing. alt tag You can change your profile. alt tag The timeline page to show newest post. alt tag You can create your new post. alt tag and review your old post. alt tag You can find friend and send a friend request, or send a message to other people alt tag and review your friend's list alt tag You can add a event to your schedule and view it on time table. alt tag You can review your inbox alt tag or compose a new message alt tag to logout click on the right corner above. alt tag

DIRECTORY STRUCTURE

common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides
tests                    contains various tests for the advanced application
    codeception/         contains tests developed with Codeception PHP Testing Framework

About

Sample blog application using Yii2 framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published