Download the PHP package black-bits/laravel-seo-rewrite without Composer
On this page you can find all versions of the php package black-bits/laravel-seo-rewrite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download black-bits/laravel-seo-rewrite
More information about black-bits/laravel-seo-rewrite
Files in black-bits/laravel-seo-rewrite
Package laravel-seo-rewrite
Short Description A clean and easy to use package to create seo rewrites using events.
License MIT
Homepage https://github.com/black-bits/laravel-seo-rewrite
Informations about the package laravel-seo-rewrite
Laravel Seo Rewrite
Introduction
With this package we want to give you a simple way to manage your SEO rewrites in your Laravel application. Rewrites are created and deleted by dispatching events in your code.
Installation
You can install the package via composer.
Next you need to run our migrations.
When you install the package our LaravelSeoRewrites Middleware is automatically pushed to the global MiddlewareGroup and activated.
Usage
To create a new redirect, simply create a new SeoRewrite entry.
- The source value must be a relative path matching one of your routes.
- The destination can be any relative or absolute URL.
- The type must be a valid redirect type (permanent, temporary, etc.)
We run a basic redirect loop detection on model save, but not all cases can be detected. Please be aware that you can potentially create loops.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Oliver Heck
- Andreas Przywara
- Adrian Raeuchle
- All Contributors
Support us
Black Bits, Inc. is a web and consulting agency specialized in Laravel and AWS based in Grants Pass, Oregon. You'll find an overview of what we do on our website.
License
The MIT License (MIT). Please see License File for more information.