Download the PHP package rankbeam/laravel-seo-filament without Composer

On this page you can find all versions of the php package rankbeam/laravel-seo-filament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-seo-filament

rankbeam/laravel-seo-filament

Tests Latest Version on Packagist

Filament form components for the Rankbeam Laravel SEO core (rankbeam/laravel-seo).

Adds a complete, production-pattern SEO section to any Filament resource form:

Values persist to the core package's seo_meta record via the HasSEO trait's relationship — no extra columns on your tables.

Requirements

Dependency Version
PHP 8.2 – 8.4
Filament 4.x or 5.x (both tested in CI; the test suite passes unchanged on both)
Core package rankbeam/laravel-seo ^2.0 || ^3.0

Core 2 installs are supported under this constraint: when the newer seoMetaForLocale() helper is not available, the forms hydrate through the older seoMeta() relation.

Installation

Installing this package pulls in the core (rankbeam/laravel-seo). If you have not set the core up yet:

Contributing / local development: the repo consumes the core via a sibling path repository (../laravel-seo); CI checks out both repositories side by side.

Usage

The model behind your resource must use the core HasSEO trait:

Then add the section to the resource — two lines:

static::seoSection(['title', 'description']) limits the section to a subset of fields (title, description, focus_keywords, canonical, robots, og_image).

The tabbed Google/social preview is shown by default. Pass showPreview: false to omit it (the source-indicators panel is unaffected):

Without the trait, SEOFields::make() returns the same section directly.

Upgrading: the preview view was replaced by the tabbed editor. If you published the package views, refresh or remove the stale copy — see UPGRADING.md.

Structured data (optional)

Add a second, optional section so editors can attach schema.org JSON-LD without code:

It writes into the core seo_meta.schema_jsonld column and is pure UI binding over the core schema builders — a one-toggle automatic breadcrumb (BreadcrumbSchema::fromModelAncestors()) plus a repeater of FAQ (FAQSchema) and Product (ProductSchema) blocks. Every built document is validated by the core SchemaValidator; a malformed block (e.g. a Product with no offer) is rejected on save. Schema it can't represent (a hand-authored @graph, an exotic @type, richer Product fields) is preserved verbatim. See the Filament fields guide for details.

Testing

The suite covers render, live counter states, create + edit save round-trips (including og:image upload), field clearing, URL validation, source-indicator attribution for every resolver layer, focus-keyword round-trips, the editorial preview (SERP + social tabs, the showPreview opt-out, the server-side preview payload — manual-vs-fallback image source, known-local dimension measurement, remote-image deferral, and shared-threshold warnings), and the structured-data editor (FAQ / Product build + round-trip, automatic breadcrumb, validation rejection, optimistic-concurrency reconciliation, and custom-schema preservation).

Testbench note (provider order)

If you boot Filament in orchestra/testbench yourself, register Filament's SupportServiceProvider before LivewireServiceProvider. Filament rebinds Livewire's DataStore (which drops Livewire's registered instance); only Livewire's later mechanism registration pins the resolved override as the shared instance. Package discovery produces this order naturally in a real app — a hand-rolled provider list might not. The symptom of getting it wrong is ViewErrorBag::put(): Argument #2 ($bag) must be of type MessageBag, null given on every Livewire test.

License

MIT — see LICENSE.md.


All versions of laravel-seo-filament with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
rankbeam/laravel-seo Version ^2.0 || ^3.0
filament/filament Version ^4.0|^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rankbeam/laravel-seo-filament contains the following files

Loading the files please wait ...