modules_statuses.json
Set Blog to true
(enabled) or false
(disabled)
modules/Blog/database/migrations
folder or publish migrations to your application’s migrations
folder.
resources/js/Modules/Blog
folder where you can update them as you wish.
config
file and update the settings to fit your application.
12
Set posts_per_page
to any integer to define how many posts will be shown per page. At the moment, posts are paginated by classic pagination. There will be pagination on scroll (aka infinite load) in future updates.
group-hover/article
and update it as you wish.
resources/js/Components/Article/ArticleCard.vue
and remove all classes with before:
keyword.
modules/Blog/resources/js/Pages/Show.vue
and update it as you wish. If you want to remove the background just delete the entire class on SectionWrapper
.
modules/Blog/resources/js/Pages/Show.vue
and update SocialMediaShare enum
and shareOnSocialMedia
function.