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
README
Laravel Blog Module
v1.0.0👩💻 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:
- Install nwidart/laravel-modules
composer require nwidart/laravel-modules
- Publish the configuration files
php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"
- Install joshbrw/laravel-module-installer
composer require joshbrw/laravel-module-installer
- 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! 💛