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
Requires
- php: ^8.2
- ext-pdo: *
- cviebrock/eloquent-sluggable: ^12.0
- elegantweb/sanitizer: ^2.3
- laravel/framework: ^11.0 || ^12.0
- spatie/laravel-data: ^4.0
Requires (Dev)
- phpunit/phpunit: ^11.0 || ^12.0
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 filtersViewCounter- Track and record post views
Models
Post- News post modelCategory- Post category modelTag- Post tag modelTenant- Multi-tenant modelPostView- Post view tracking model
License
MIT License