Download the PHP package joaopaulolndev/filament-general-settings without Composer
On this page you can find all versions of the php package joaopaulolndev/filament-general-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download joaopaulolndev/filament-general-settings
More information about joaopaulolndev/filament-general-settings
Files in joaopaulolndev/filament-general-settings
Package filament-general-settings
Short Description Filament package to manage general settings
License MIT
Homepage https://github.com/joaopaulolndev/filament-general-settings
Informations about the package filament-general-settings
Filament General Settings
Create really fast and easily general settings for your Laravel Filament project.
Features & Screenshots
- Application: Manage your system general settings, such as title, description, and theme color.
- Analytics: Add your Google Analytics tracking code to your system.
- SEO Meta: Manage your SEO meta tags, such as title, description, and keywords.
- Email: Manage your email settings, such as SMTP server, port, and credentials.
- Social Media Network: Manage your social media network links, such as Facebook, Twitter, and Instagram.
- Support: Laravel 11 and Filament 3.x
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Optionally, you can publish the views using
Optionally, you can publish the translations using
Optionally, you can publish the assets using. Ex: to show images in default email providers.
This is the contents of the published config file:
Optionally, if you would like to add custom tabs and custom fields follow the example on configuration using the keys show_custom_tabs
and custom_tabs
.
Enabling Logo and Favicon Feature
To enable the feature for choosing a logo and favicon within the application tab, you need the following steps:
-
Publish the migration file to add the
site_logo
andsite_favicon
fields to the general settings table (only if you have installed the package before this feature): -
Publish the configuration file:
- Open the published configuration file config/filament-general-settings.php and set the following key to true:
Usage
Add in AdminPanelProvider.php
if you want to show for specific parameters to sort, icon, title, navigation group, navigation label and can access, you can use the following example:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- João Paulo Leite Nascimento
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-general-settings with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0