webXID - my way of samurai
namespace Home \ Libraries \ BeBlogger ;

BeBlogger

This package contains the basic tools for a Laravel blog.
The package includes: migrations, abstract classes for posts and categories models, interfaces for the Orchid admin panel

README.md

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