webxid/beblogger

The lib with models to create a blog

1.0.0 2022-03-12 15:14 UTC

This package is auto-updated.

Last update: 2024-10-12 22:05:57 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