Download the PHP package areia-lab/laravel-seo-solution without Composer
On this page you can find all versions of the php package areia-lab/laravel-seo-solution. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download areia-lab/laravel-seo-solution
More information about areia-lab/laravel-seo-solution
Files in areia-lab/laravel-seo-solution
Package laravel-seo-solution
Short Description SEO management package with Tailwind UI backend, OpenGraph & Twitter, and Blade helpers.
License MIT
Informations about the package laravel-seo-solution
Areia Lab – Laravel SEO Solution
A modern Laravel SEO management package with:
- 📊 Tailwind UI backend for managing SEO meta data
- 🌐 OpenGraph & Twitter Card support out of the box
- ⚡ Blade helpers for easy rendering in views
📖 Documentation: Complete Guide to Laravel SEO Solution
🚀 Requirements
- PHP 8.0+
- Laravel 9.x / 10.x / 11.x / 12.x
- Database supported by Laravel (MySQL, PostgreSQL, SQLite, etc.)
- Node & NPM (if you want to customize/publish Tailwind UI)
📦 Installation
-
Require the package:
-
Publish config & migrate:
- Publish views:
⚙️ Configuration
The config file config/seo.php
contains:
- Change
prefix
ormiddleware
as needed. - Run
php artisan storage:link
so uploaded OG/Twitter images are accessible.
🖥️ Admin Panel
Manage SEO meta records via:
Features:
- Types:
global
,page
,model
- Meta:
title
,description
,keywords
,author
,robots
,canonical
- OpenGraph:
title
,description
,type
,image
- Twitter:
title
,description
,card
,image
📝 Usage in Blade
Place directives inside your layout <head>
section.
Remove <title>
(tag) or <title>{{ config('app.name', 'Laravel') }}</title>
(this line) from your layout<head>
section.
1. Global
or:
2. Page-specific
or:
3. Model-based (e.g. Blog Post)
or:
✅ All Together in Layout
🔗 Examples
✅ Layout Example
✅ Page Example 1
✅ Page Example 2
Inside Layout
✅ Model Example
✅ For Production or Host inside (Cpanel, AWS or Other)
Go To <views\areia\seo\layouts\app.blade.php>
🌱 Seeder
Seed default SEO meta:
📖 License
MIT License – Use freely in personal & commercial projects.