Skip to content

Fix sidebar footer + refactor config file for PHPStan error#14

Merged
Devonab merged 3 commits intofilament-v4from
fix-sidebar-footer
Aug 6, 2025
Merged

Fix sidebar footer + refactor config file for PHPStan error#14
Devonab merged 3 commits intofilament-v4from
fix-sidebar-footer

Conversation

@Devonab
Copy link
Owner

@Devonab Devonab commented Aug 6, 2025

Cleaning up the plugin for version v4.0-beta of FilamentPHP by removing unnecessary CSS and JS files and correcting the height of the footer once it is positioned in the sidebar. A refactoring is also employed here to rectify the PHPStan error and to avoid using calls to env() in the configuration file.

  • correction of the footer height when it is in the sidebar and sidebar.footer
  • modification of the default configuration file
  • alteration of the application name call in the footer view
  • updating the README

Devonab added 3 commits August 6, 2025 20:42
Deleted CSS and JS files from resources, including compiled and source assets, and updated the Blade view and service provider. This likely reflects a move away from custom asset compilation or a refactor to handle assets differently.
Updated the configuration to use null defaults instead of environment variables for 'app_name' and GitHub settings. Adjusted the README to reflect these changes and clarified configuration instructions. Modified the Blade view to fallback to 'app.name' if 'app_name' is not set in the plugin config.
@Devonab Devonab merged commit 7cfe248 into filament-v4 Aug 6, 2025
3 checks passed
@Devonab Devonab deleted the fix-sidebar-footer branch August 6, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant