Laravel的Seo Angular

1.0.0 2016-07-04 09:52 UTC

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"