Download the PHP package nody/nody-blog without Composer
On this page you can find all versions of the php package nody/nody-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nody/nody-blog
More information about nody/nody-blog
Files in nody/nody-blog
Package nody-blog
Short Description A Nody package wich add blog module to Nody's boilerplate
License MIT
Homepage https://github.com/Thomas-DL/nody-blog
Informations about the package nody-blog
A Nody package wich add blog module to Nody's boilerplate
Install a ready to use blog module for Nody boilerplate
Features
- CRUD Categories
- CRUD Posts
- CRUD Tags
- CRUD Comments
- Create categories or tags in create post view
- Responsive Thumbnail
- SEO Ready
- Users can like or comment your post
- Users can share your post by the link or on Twitter / Facebook / LinkedIn
- Shortcut for the admin for go back on the dahsboard to edit a post
- English 🇬🇧 & French 🇫🇷
Installation
You can install the package via composer:
Use install command tu publish migrations ans config files:
Publish spatie media-library files and run migrate
You also can override the translation if you want or create a new by publish the lang folder:
Setup media disk for posts thumbnails in filesystems.php config file:
Create images folder in storage folder and make a symbolic link
Make relation betwteen post and user model in User.php
Define plugin in Filament AdminPanelProvider:
Define "Blog" group in navigation:
Add this to your css files
Maybe you will restart vite for compile the css
Call your posts on custom view by this way:
⚠️ Don't miss a parameter to the livewire component:
- postsCount="3" ➡️ How many posts wish you show ?
- showLoadMore="0" ➡️ Do you want a button for loading more posts ?
- showSearch="0" ➡️ Do you want a search-bar for search post by title, content or excerpt ?
- showFilter="0" ➡️ Do you want a filter-bar for search post by category or tags ?
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of nody-blog with dependencies
filament/filament Version ^3.0
filament/spatie-laravel-media-library-plugin Version ^3.2
spatie/laravel-package-tools Version ^1.15.0