{"id":14966658,"url":"https://github.com/depakmurthy/yii2-advanced-quickstart","last_synced_at":"2025-10-26T18:09:51.030Z","repository":{"id":254243571,"uuid":"227567811","full_name":"depakmurthy/yii2-advanced-quickstart","owner":"depakmurthy","description":"YII2 advanced template ","archived":false,"fork":false,"pushed_at":"2023-01-31T02:36:39.000Z","size":15686,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T18:18:26.449Z","etag":null,"topics":["yii2","yii2-advanced","yii2-advanced-backend-login","yii2-advanced-hide-frontendweb","yii2-advanced-remove-web-from-url","yii2-app","yii2-app-advanced","yii2-application-template","yii2-framework","yii2-seo"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/depakmurthy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-12T09:24:50.000Z","updated_at":"2019-12-12T10:59:01.000Z","dependencies_parsed_at":"2024-08-22T09:00:03.650Z","dependency_job_id":"912abe2f-128b-459b-a796-6753789ff5fb","html_url":"https://github.com/depakmurthy/yii2-advanced-quickstart","commit_stats":null,"previous_names":["depakmurthy/yii2-advanced-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depakmurthy%2Fyii2-advanced-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depakmurthy%2Fyii2-advanced-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depakmurthy%2Fyii2-advanced-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/depakmurthy%2Fyii2-advanced-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/depakmurthy","download_url":"https://codeload.github.com/depakmurthy/yii2-advanced-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252699488,"owners_count":21790679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["yii2","yii2-advanced","yii2-advanced-backend-login","yii2-advanced-hide-frontendweb","yii2-advanced-remove-web-from-url","yii2-app","yii2-app-advanced","yii2-application-template","yii2-framework","yii2-seo"],"created_at":"2024-09-24T13:36:45.940Z","updated_at":"2025-10-26T18:09:50.967Z","avatar_url":"https://github.com/depakmurthy.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/yiisoft\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/993323\" height=\"100px\"\u003e\n    \u003c/a\u003e\n    \u003ch1 align=\"center\"\u003eYii 2 Advanced Project Quick Start Template\u003c/h1\u003e\n    \u003cbr\u003e\n\u003c/p\u003e\n\nAn quick start package with all the pretty SEO-friendly URL enabled for both frontend and backend. The application is built using advanced pattern and has a modular structure.\n\n[![Latest Stable Version](https://poser.pugx.org/dominus77/yii2-advanced-start/v/stable)](https://packagist.org/packages/dominus77/yii2-advanced-start)\n[![Build Status](https://travis-ci.org/Dominus77/yii2-advanced-start.svg?branch=master)](https://travis-ci.org/Dominus77/yii2-advanced-start)\n[![Code Intelligence Status](https://scrutinizer-ci.com/g/Dominus77/yii2-advanced-start/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)\n\nREQUIREMENTS\n-------------------\n\nThe minimum requirement by this project template that your Web server supports PHP 5.5.0.\n\nINSTALLTAION\n-------------------\n\nClone the repository\n\n```\ngit clone https://github.com/depakmurthy/yii2-advanced-quickstart.git\ncd yii2-advanced-quickstart\ncomposer install\n```\nDATABASE\n-------------------\n\nimport the `yii2_advanced_quick_start.sql` file from this repository to your `mysql server`.\nDatabase with name `yii2_advanced_quick_start` is created.\n\nConfig file - `common\\config\\main-local.php` update the `components` array\n\n```\n'db' =\u003e [\n    'class' =\u003e 'yii\\db\\Connection',\n    'dsn' =\u003e 'mysql:host=localhost;dbname=yii2_advanced_quick_start',\n    'username' =\u003e 'root',\n    'password' =\u003e 'toor',\n    'charset' =\u003e 'utf8',\n],\n```\n\nSEO-FRIENDLY URL\n-------------------\n\nFrontend - Update rules, if any new URLs in `frontend\\config\\main.php`\n```\n'rules' =\u003e [\n    \"\" =\u003e \"site/index\",\n    \"about\" =\u003e \"site/about\",\n    \"contact\" =\u003e \"site/contact\",\n    \"signup\" =\u003e \"site/signup\",\n    \"login\" =\u003e \"site/login\",\n    \"request-password-reset\" =\u003e \"site/request-password-reset\",\n    \"resend-verification-email\" =\u003e \"site/resend-verification-email\"\n],\n```\nBackend - Update rules, if any new URLs in `backend\\config\\main.php`\n\n```\n'rules' =\u003e [\n    \"\" =\u003e \"site/login\"\n],\n```\nNow frontend is available at `http://localhost/yii2-advanced-quickstart` and admin (backend) at `http://localhost/yii2-advanced-quickstart/admin`\n\nRemove project name `^/yii2-advanced-quickstart/` from .htaccess in root folder to `^/` if you are not using or working in localhost\n\nDIRECTORY STRUCTURE\n-------------------\n\n```\ncommon\n    config/              contains shared configurations\n    mail/                contains view files for e-mails\n    models/              contains model classes used in both backend and frontend\n    tests/               contains tests for common classes    \nconsole\n    config/              contains console configurations\n    controllers/         contains console controllers (commands)\n    migrations/          contains database migrations\n    models/              contains console-specific model classes\n    runtime/             contains files generated during runtime\nbackend\n    assets/              contains application assets such as JavaScript and CSS\n    config/              contains backend configurations\n    controllers/         contains Web controller classes\n    models/              contains backend-specific model classes\n    runtime/             contains files generated during runtime\n    tests/               contains tests for backend application    \n    views/               contains view files for the Web application\n    web/                 contains the entry script and Web resources\nfrontend\n    assets/              contains application assets such as JavaScript and CSS\n    config/              contains frontend configurations\n    controllers/         contains Web controller classes\n    models/              contains frontend-specific model classes\n    runtime/             contains files generated during runtime\n    tests/               contains tests for frontend application\n    views/               contains view files for the Web application\n    web/                 contains the entry script and Web resources\n    widgets/             contains frontend widgets\nvendor/                  contains dependent 3rd-party packages\nenvironments/            contains environment-based overrides\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepakmurthy%2Fyii2-advanced-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdepakmurthy%2Fyii2-advanced-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdepakmurthy%2Fyii2-advanced-quickstart/lists"}