1. Go to this page and download the library: Download lee-to/laravel-seo-by-url 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/ */
lee-to / laravel-seo-by-url example snippets
use Leeto\Seo\Seo;
// ...
Seo::title('Hello world')
seo()->title('Hello world')
use Leeto\Seo\SeoManager;
// ...
public function __invoke(SeoManager $seo)
{
//
}