https://github.com/maxlen/yii2-site-parser
Parsing files from site
https://github.com/maxlen/yii2-site-parser
Last synced: about 1 month 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T12:40:48.000Z (almost 11 years ago)
- Last Synced: 2025-03-01T16:23:49.078Z (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 migrations
4) Enjoying