Seo angular for Laravel
18
1
1
Package Data
Maintainer Username: chacbumbum
Maintainer Contact: thedv91@gmail.com (Recycle Bin)
Package Create Date: 2016-10-20
Package Last Update: 2016-10-20
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:04:43
Package Statistics
Total Downloads: 18
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel SEO package

How to install

It is recommended that you use Composer to install PHP PhantomJS. First, add the following to your project’s composer.json file:

    "scripts": {
        "post-install-cmd": [
            "PhantomInstaller\\Installer::installPhantomJS"
        ],
        "post-update-cmd": [
            "PhantomInstaller\\Installer::installPhantomJS"
        ]
    }

This will ensure the latest version of PhantomJS is installed for your system, in your bin folder. If you haven’t defined your bin folder in your composer.json, add the path:

    "config": {
        "bin-dir": "bin"
    }

Install composer package

	composer require qsoftvn/seo

Provider

	Qsoftvn\Seo\SeoServiceProvider::class,

Alias

    'QsoftClawer' => Qsoftvn\Seo\Support\Facades\QsoftClawer::class,
    'QsoftCache'  => Qsoftvn\Seo\Support\Facades\QsoftCache::class,

Publish config

	php artisan vendor:publish --provider="Qsoftvn\Seo\SeoServiceProvider"