witify / laravel-seo-attributes
Quickly add SEO attribute to your views in Laravel
1.0.2
2019-05-04 16:41 UTC
Requires
- php: ^7.1
- laravel/framework: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*
Requires (Dev)
- larapack/dd: ^1.0
- orchestra/testbench: ^3.6
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-01-05 05:01:53 UTC
README
Installation
You can install the package via composer:
composer require witify/laravel-seo-attributes
Usage
Add it to your controller:
use Witify\LaravelSeoAttributes\SeoTrait; class HomeController extends Controller { use SeoTrait; }
Available methods
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@witify.io instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.