Download the PHP package ninshiki-project/general-settings without Composer
On this page you can find all versions of the php package ninshiki-project/general-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ninshiki-project/general-settings
More information about ninshiki-project/general-settings
Files in ninshiki-project/general-settings
Package general-settings
Short Description Filament package to manage general settings
License MIT
Homepage https://github.com/ninshiki-project/general-settings
Informations about the package general-settings
Filament General Settings
Create really fast and easily general settings for your Laravel Filament project.
This is heavily customized for ninshiki-project/Ninshiki-backend-community
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/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.
Credits
- Original Developer: João Paulo Leite Nascimento
- Original Package Repo: https://github.com/joaopaulolndev/filament-general-settings
License
The MIT License (MIT). Please see License File for more information.
All versions of general-settings with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0