Laravel Blog Management Package

v1.0.0 2025-07-28 10:01 UTC

This package is not auto-updated.

Last update: 2025-07-29 08:27:35 UTC


README

A flexible and easy-to-use Blog Management package for Laravel applications, developed by Nyusoft Solution. This package enables you to manage blog categories and blog posts with a full-featured admin panel.

🚀 Features

✅ Seamless installation via Composer
🗂 Blog category and blog post management
🧑‍💼 Admin panel to add, edit, or delete blog entries
📅 Publish scheduling and status toggles
🖼️ Image upload support for blog posts
📋 Clean and intuitive UI

📦 Installation

Install the package via Composer:

composer require nyusoftsolutions/blog

🔧 Setup & Configuration

After installing the package, publish the assets and configuration:

php artisan blog:install

This command will:

Publish configuration and view files Set up routes, migrations, and necessary resources Prepare the blog module for usage

Then run the migration to create necessary database tables:

php artisan migrate

🌐 Accessing the Admin Panel

Once everything is installed and configured, you can access the Blog Management pages at:

/admin/blog-details

From here, you can:

📝 Create, edit, or delete blog posts
🗂 Manage blog categories
📌 Change publish status of blogs

🛠 Usage After setup, you can:

Display blog posts on the frontend

Upload blog images using the built-in file uploader

Organize content using categories

📜 License This package is open-source and available under the MIT License.

💡 Developed with ❤️ by Nyusoft Solution