smart-cms/seo

This is my package seo
1,797
Install
composer require smart-cms/seo
Latest Version:v1.0.4
PHP:^8.2
License:MIT
Last Updated:Apr 6, 2026
Links: GitHub  ·  Packagist
Maintainer: Smart-CMS

This is my package seo

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require smart-cms/seo

You can publish and run the migrations with:

php artisan vendor:publish --tag="seo-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="seo-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="seo-views"

This is the contents of the published config file:

return [
];

Usage

$seo = new SmartCms\Seo();
echo $seo->echoPhrase('Hello, SmartCms!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

garf/laravel-title

Convenient seo-titles assembler for your web application

244 4
artesaos/seotools

SEO Tools for Laravel and Lumen

5,777,437 3,367
helori/laravel-seo

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

4,934 12
werxe/laravel-seo

Seo management for Eloquent models.

1,270 3
arcanedev/laravel-seo

SEO Package for Laravel.

1,313 4