bioforce/seosettings

Laravel Meta tags admin panel

v0.0.4 2020-02-02 12:55 UTC

This package is not auto-updated.

Last update: 2025-06-16 14:23:26 UTC


README

Installation

Install package via composer

composer require bioforce/seosettings

Publishing files

php artisan vendor:publish --provider="Bioforce\SeoSettings\SeoSettingsServiceProvider"

Migrate database

php artisan migrate

Add meta tags group. For example Default group. In the group add the metatags. For example Title.

Then you can manage metatgs in routes.

In blade just add

@metatags

Config in config/seo-settings.php

    /**
     * Root admin path
     */
    'path' => 'admin',

    /**
     * Middleware for admin dashboard
     */
    'middleware' => [
        'web',
        'auth',
    ]

Go to your site: site.com{seo-settings.path}/seo and just enjoy