xtramile/news-internal

Shared models, migrations, and services for multi-tenant news platform.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/xtramile/news-internal

v1.0 2025-11-23 14:34 UTC

This package is not auto-updated.

Last update: 2025-11-24 13:00:31 UTC


README

Shared models, migrations, and services for multi-tenant news platform.

Installation

composer require xtramile/news-internal

Requirements

  • PHP 8.2 or higher
  • Laravel 11.0 or higher

Usage

The package will automatically register the service provider. After installation, run migrations:

php artisan migrate

Available Services

  • PostQueryService - Query posts with various filters
  • ViewCounter - Track and record post views

Models

  • Post - News post model
  • Category - Post category model
  • Tag - Post tag model
  • Tenant - Multi-tenant model
  • PostView - Post view tracking model

License

MIT License