https://github.com/tpmanc/football
https://github.com/tpmanc/football
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpmanc/football
- Owner: tpmanc
- License: other
- Created: 2015-01-27T16:48:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T15:02:35.000Z (about 10 years ago)
- Last Synced: 2025-02-13T19:29:10.277Z (2 months ago)
- Language: PHP
- Size: 7.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii 2 Basic Application Template
================================Yii 2 Basic Application Template is a skeleton Yii 2 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.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