marshmallow / blogs
This packages add the resources you need to create a simple blog in Nova. This is fully extendable.
Installs: 2 515
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Requires
- php: ^7.4|^8.0
- marshmallow/commands: ^1.0
- marshmallow/helpers: ^2.0
- marshmallow/nova-advanced-image: ^1.0
- marshmallow/nova-flexible: ^1.0
- marshmallow/nova-tinymce: ^1.0
- marshmallow/redirectable: ^1.0
- marshmallow/seoable: ^2.3
- marshmallow/sluggable: ^1.0
- marshmallow/translatable: ^1.0
This package is auto-updated.
Last update: 2024-10-30 02:10:34 UTC
README
Laravel Nova Blogs
This packages add the resources you need to create a simple blog in Nova. This is fully extendable.
Installation
Composer
You can install the package via composer:
composer require marshmallow/blogs
Run the artisan commands
Publish the config, migrate to create the pages table and create your Laravel Nova resource to manage your pages.
php artisan blogs:install
Make sure the routes work
Create a page in your Nova Pages Resource. This page should have the route name blog-detail-page
.
Create a page in your Nova Pages Resource. This page should have the route name blog-tag-page
.
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email stef@marshmallow.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.