-
-
Notifications
You must be signed in to change notification settings - Fork 10
Getting Started
iRaziul edited this page Mar 22, 2026
·
1 revision
Use this section to get SeoKit running in a Laravel app as quickly as possible.
- Install
larament/seokitwith Composer. - Run
php artisan seokit:install. - Add
@seoKitinside your main<head>layout. - Set metadata with the
SeoKitfacade.
use Larament\SeoKit\Facades\SeoKit;
SeoKit::title('Welcome');<head>
@seoKit
</head>- You only need the package migration for the
HasSeotrait. - If you only use the facade API or
HasSeoData, database storage is optional. - Good
APP_NAMEandAPP_URLvalues improve the default output immediately.
⭐ Star SeoKit on GitHub if you find it useful. It helps more Laravel developers discover the package.
If you are looking for help with Laravel, package integration, or custom web solutions, feel free to reach out: raziul.dev