nyusoftsolutions/site-setting

Laravel Site Setting package

v1.1.3 2025-04-17 11:56 UTC

This package is not auto-updated.

Last update: 2025-06-13 05:46:54 UTC


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