chacbumbum / seo
Laravel的Seo Angular
1.0.0
2016-07-04 09:52 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
- jonnyw/php-phantomjs: 4.*
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-09-28 19:38:08 UTC
README
如何安装
建议您使用Composer安装PHP PhantomJS。首先,将以下内容添加到项目的composer.json
文件中
"scripts": { "post-install-cmd": [ "PhantomInstaller\\Installer::installPhantomJS" ], "post-update-cmd": [ "PhantomInstaller\\Installer::installPhantomJS" ] }
这将确保您的系统bin文件夹中安装了最新版本的PhantomJS。如果您在composer.json
中没有定义您的bin文件夹路径,请添加该路径
"config": { "bin-dir": "bin" }
安装composer包
composer require qsoftvn/seo
提供者
Qsoftvn\Seo\SeoServiceProvider::class,
别名
'QsoftClawer' => Qsoftvn\Seo\Support\Facades\QsoftClawer::class, 'QsoftCache' => Qsoftvn\Seo\Support\Facades\QsoftCache::class,
发布配置
php artisan vendor:publish --provider="Qsoftvn\Seo\SeoServiceProvider"