marshmallow / blogs
This packages add the resources you need to create a simple blog in Nova. This is fully extendable.
Installs: 2 806
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- laravel/nova: ^5.0
- marshmallow/breadcrumb: ^v2.0.1
- marshmallow/helpers: ^v2.19.0
- marshmallow/nova-advanced-image: ^v2.2.1
- marshmallow/nova-flexible: ^v5.2.0
- marshmallow/nova-tinymce: ^v2.2.1
- marshmallow/redirectable: ^v2.3.0
- marshmallow/seoable: ^v5.0.2
- marshmallow/sluggable: ^v1.9.0
- marshmallow/translatable: ^v2.13.2
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.