2017 © Pedro PelĂĄez
 

library seo

Seo angular for Laravel

image

chacbumbum/seo

Seo angular for Laravel

  • Thursday, October 20, 2016
  • by chacbumbum
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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:, (*1)

    "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:, (*2)

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

Install composer package, (*3)

    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"

The Versions

20/10 2016
04/07 2016

1.0.0

1.0.0.0 https://github.com/qsoft/seo

Seo angular for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel seo angular seo qsoft