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

dev-master 2024-08-29 06:59 UTC

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

  1. First, we will add the following code under this namespace App\Providers
use SuperWeb;
  1. Add the following code to the boot method
SuperWeb::config([
   'default_title' => 'OceanWebTurk',
   'title_suffix' => ' - OceanWebTurk',
   'default_author' => 'OceanWebTurk'
]);
  1. Run this command
php bin/console superweb:publish
  1. 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
  1. Visit Web site and try