oceanwebturk / superweb
Single package for web technologies such as Open Graph, PWA
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:oceanwebturk-package
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-06-19 11:35:40 UTC
README
Single package for web technologies such as Open Graph, PWA
Supported
- RSS
- PWA
- Open Graph
- Twitter Card
- Sitemap Generator
Installation
composer require oceanwebturk/superweb
Start
- First, we will add the following code under this
namespace App\Providers
use SuperWeb;
- Add the following code to the
boot
method
SuperWeb::config([ 'default_title' => 'OceanWebTurk', 'title_suffix' => ' - OceanWebTurk', 'default_author' => 'OceanWebTurk' ]);
- Run this command
php bin/console superweb:publish
- You will add this code to the
head
tags of your layout
Below are the structures according to which theme engine you will use
{{ \SuperWeb::generate() }} // OceanWebTurk Santos and Laravel Blade
- Visit Web site and try