webxid/beblogger

The lib with models to create a blog

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/webxid/beblogger

1.0.0 2022-03-12 15:14 UTC

This package is auto-updated.

Last update: 2025-10-13 00:12:42 UTC


README

The lib contain a basic models and migration things to build a blog

Install

  1. Run composer require webxid/beblogger
  2. Create a Models extanded from WebXID\BeBlogger\Document::class and WebXID\BeBlogger\Taxonomy::class
  3. Copy migration files and configure it
  4. Run php artisan migration
  5. If you use Orchid admin panel
    • Copy Orchid and create reuire Orchid Screens for your models, which you created at Step 2.
    • Copy routing settiing fron platform to your project routes/platform.php file and update the routes for your each model