nyusoftsolutions / site-setting
Laravel Site Setting package
Requires
- php: ^8.0
- laravel/framework: ^9.0|^10.0|^11.0|^12.0
- yajra/laravel-datatables-oracle: ^9.0 || ^10.0 || ^11.0 || ^12.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
README
A flexible and easy-to-integrate Site Setting package for Laravel, developed by Nyusoft Solution. This package allows admins to manage core site configurations such as name, email, contact info, SMTP settings, and social media links — all from a user-friendly admin panel.
🚀 Features
✅ Simple installation via Composer
🧑💼 Admin panel to manage settings
🏷️ Manage site name, email, and footer info
📬 Configure SMTP credentials via UI
🌐 Manage social media links and credentials
🛠 Fully database-driven – no hardcoded settings
📁 Auto-generates settings table via migration
📦 Installation
Install the package via Composer:
composer require nyusoftsolutions/site-setting
🔧 Configuration
Publish the package assets and configuration:
php artisan settings:install
Migration
After successfully , publish and configuration run the migration if needed:
php artisan migrate
🛠 Usage
Once the package is installed and set up, navigate to:
admin/settings
Use this interface to:
✏️ Edit Site Name and Meta Details
📞 Update Footer Info (email, phone, address)
📤 Manage SMTP Mail Settings (host, port, username, password, encryption)
🌐 Configure Social Media Links (Facebook, Twitter, Instagram, LinkedIn, etc.)
📝 License
This package is open-source and available under the MIT License.
💡 Developed with ❤️ by Nyusoft Solution