Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxlen/yii2-site-parser
Parsing files from site
https://github.com/maxlen/yii2-site-parser
Last synced: 3 days ago
JSON representation
Parsing files from site
- Host: GitHub
- URL: https://github.com/maxlen/yii2-site-parser
- Owner: maxlen
- Created: 2015-07-28T13:06:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T12:40:48.000Z (about 9 years ago)
- Last Synced: 2023-03-03T00:19:21.658Z (over 1 year ago)
- Language: PHP
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 site parser
===============Site parser Yii2 extension
Instructions
===============1) Add string in file \common\config\aliases.php :
Yii::setAlias('vendor', dirname(dirname(__DIR__)) .'/vendor');2) Add in file \common\config\params.php :
"yii.migrations"=> [
"@vendor/maxlen/yii2-site-parser/migrations",
],
3) Run migrations4) Enjoying