PHP code example of chacbumbum / seo

1. Go to this page and download the library: Download chacbumbum/seo library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

chacbumbum / seo example snippets


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

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

	Qsoftvn\Seo\SeoServiceProvider::class,

    'QsoftClawer' => Qsoftvn\Seo\Support\Facades\QsoftClawer::class,
    'QsoftCache'  => Qsoftvn\Seo\Support\Facades\QsoftCache::class,
shell
	php artisan vendor:publish --provider="Qsoftvn\Seo\SeoServiceProvider"