PHPackages                             thomascombe/seotools-backpack - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thomascombe/seotools-backpack

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

thomascombe/seotools-backpack
=============================

SEO Tools for Laravel Backpack

0.6.0(1y ago)13.5k1MITPHPPHP ^7.1|^8.0

Since Oct 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thomascombe/seotools-backpack)[ Packagist](https://packagist.org/packages/thomascombe/seotools-backpack)[ Docs](https://github.com/thomascombe/seotools-backpack)[ RSS](/packages/thomascombe-seotools-backpack/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

SEO Tools for Laravel Backpack
==============================

[](#seo-tools-for-laravel-backpack)

Using [artesaos/seotools](https://github.com/artesaos/seotools)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0516e3f5e5fe20bf61861e5aa3d82814017ca62293ce2842b32ec4cc29156af4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74686f6d6173636f6d62652f73656f746f6f6c732d6261636b7061636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thomascombe/seotools-backpack)[![Total Downloads](https://camo.githubusercontent.com/196a72093b48a3a318d76a203b6691e6634afe9372f9640311f2c1ffb65532d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74686f6d6173636f6d62652f73656f746f6f6c732d6261636b7061636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/thomascombe/seotools-backpack)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require thomascombe/seotools-backpack
```

Usage
-----

[](#usage)

```
// Add SeoCrud to your Backpack Crud Controller
use SeoCrud;

// and call :
$this->setSeoFields();

// to add default fields
```

```
// Add SeoFields to your model
use SeoFields;
```

You can override SEO fields with override `$seoFields`

To create database you can use migration : `php artisan vendor:publish --provider="Thomascombe\SeotoolsBackpack\SeotoolsBackpackServiceProvider"`

Add fields in `$fillable` array if you want to save

To set SEO Meta tags :

```
SEO::setTitle($youModel->{\Thomascombe\SeotoolsBackpack\Models\Interfaces\SeoFieldsInterface::COLUMN_SEO_TITLE});
SEO::setDescription($youModel->{\Thomascombe\SeotoolsBackpack\Models\Interfaces\SeoFieldsInterface::COLUMN_SEO_DESCRIPTION});
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Thomas Combe](https://github.com/seotoolsbackpack)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~302 days

Total

5

Last Release

466d ago

PHP version history (2 changes)0.2PHP ^7.1

0.4.0PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4484cd4f09fdc42d008612285fffea1db421497e2d49f5f0d4e6c4db6578e933?d=identicon)[thomascombe](/maintainers/thomascombe)

---

Tags

seotoolsbackpackseotools-backpack

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thomascombe-seotools-backpack/health.svg)

```
[![Health](https://phpackages.com/badges/thomascombe-seotools-backpack/health.svg)](https://phpackages.com/packages/thomascombe-seotools-backpack)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
