Download the PHP package xlited/filament-navigation without Composer
On this page you can find all versions of the php package xlited/filament-navigation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xlited/filament-navigation
More information about xlited/filament-navigation
Files in xlited/filament-navigation
Package filament-navigation
Short Description Build structured navigation menus in Filament.
License MIT
Homepage https://github.com/xlited/filament-navigation
Informations about the package filament-navigation
Filament Navigation
This plugin for Filament provides a Navigation resource that lets you build structural navigation menus with a clean drag-and-drop UI.
Quick start
Compatibility
For certain Filament versions, changes have to be made that render the package backwards incompatible with the previous version. Please see the table below to determine which version you need.
| Version | Filament |
|---|---|
| v2 (current) | >=4.0 |
| v1 | <4.0 |
Please note: the main branch will always be the latest major version.
Installation
Start by installing the package via Composer:
Next, run the migrations:
Finally, publish the package's assets:
Usage
You first need to register the plugin with Filament. This can be done inside your PanelProvider, e.g. AdminPanelProvider:
If you wish to customise the navigation group, sort or icon, you can use the NavigationResource::navigationGroup(),
NavigationResource::navigationSort() and NavigationResource::navigationIcon() methods.
See Basic usage for more information.
Documentation
Please see the documentation for detailed information about installation and usage.
Contributing
Please see contributing for more information about how you can contribute.
Testing
Changelog
Please see changelog for more information about what has changed recently.
Upgrading
Please see upgrading for more information about how to upgrade.
Security
Please see security for more information about how we deal with security.
Credits
We would like to thank the following contributors for their contributions to this project:
- Ryan Chandler (original author)
- All Contributors
License
The scripts and documentation in this project are released under the MIT License.
All versions of filament-navigation with dependencies
filament/filament Version ^4.0
illuminate/contracts Version ^11.0|^12.0
spatie/laravel-package-tools Version ^1.92