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"