magdasaif / settings_module
this is a Setting package based on hmvc module v10
dev-dev
2024-09-01 08:19 UTC
Requires
- php: ^8.2
- nwidart/laravel-modules: *
- spatie/laravel-medialibrary: ^10.0.0
This package is auto-updated.
Last update: 2025-06-29 02:09:36 UTC
README
- ✅ Make sure you install nwidart/laravel-modules
- ✅ Install this package
- ✅ Publish package folders
- ✅ And then You can deal with it as a hmvc module
How to setup
#dont forget to install nwidart/laravel-modules composer require nwidart/laravel-modules #install Setting_module package composer require magdasaif/settings_module:dev-dev # publish module folders php artisan settings:publish #don't forget to do brlow commands composer dump php artisan optimize # then start to browse module routes and access them