atris314/blog-module

A reusable blog module for Laravel.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:laravel-module

pkg:composer/atris314/blog-module

v1.0.0 2025-05-22 18:14 UTC

This package is auto-updated.

Last update: 2025-12-22 21:12:39 UTC


README

Laravel Blog Module

v1.0.0

Build Status License

👩‍💻 Made by

Developed with ❤️ by Farinaz Haghighi If you found this package useful, feel free to ⭐️ the repo and share it with others!

A reusable blog module for the Laravel framework, built using the nwidart/laravel-modules package.

📦 Installation

To install this module, follow the steps below in order:

  1. Install nwidart/laravel-modules
composer require nwidart/laravel-modules
  1. Publish the configuration files
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"
  1. Install joshbrw/laravel-module-installer
composer require joshbrw/laravel-module-installer
  1. Install the Blog Module
composer require atris314/blog-module

After installation, the module will be placed inside the Modules/Blog directory and automatically registered.

🙌 Contributing

Feel free to open issues, submit pull requests, or suggest improvements.Contributions are always welcome! 💛