qsoftvn/seo

Seo angular for Laravel
55 2
Install
composer require qsoftvn/seo
PHP:~5.5|~7.0
License:MIT
Last Updated:Apr 23, 2018
Links: GitHub  ·  Packagist
Maintainer: qsoftvietnam

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:dev-master

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"

Update phantom_path from qsoft_seo.php

    * base_path('bin/phantomjs.exe') | window
    * base_path('bin/phantomjs') | linux

    'phantom_path' => env('PHANTOMJS_PATH', null),

Related Packages

chacbumbum/seo

Seo angular for Laravel

20 1
artesaos/seotools

SEO Tools for Laravel and Lumen

5,737,576 3,365
helori/laravel-seo

SEO tools to insert meta and structured-data in laravel projects

4,927 12
werxe/laravel-seo

Seo management for Eloquent models.

1,270 3
garf/laravel-title

Convenient seo-titles assembler for your web application

244 4