webxid / beblogger
The lib with models to create a blog
1.0.0
2022-03-12 15:14 UTC
Requires
- php: ^7.4|^8.0
- laravel/framework: ^7|^8|^9
- symfony/var-dumper: ^5|^6
This package is auto-updated.
Last update: 2025-03-12 23:00:27 UTC
README
The lib contain a basic models and migration things to build a blog
Install
- Run
composer require webxid/beblogger
- Create a Models extanded from
WebXID\BeBlogger\Document::class
andWebXID\BeBlogger\Taxonomy::class
- Copy migration files and configure it
- Run
php artisan migration
- 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