Download the PHP package niladam/quick-links without Composer
On this page you can find all versions of the php package niladam/quick-links. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download niladam/quick-links
More information about niladam/quick-links
Files in niladam/quick-links
Package quick-links
Short Description Quickly open resource, and other files from within filament resource table in your PHPstorm editor.
License MIT
Homepage https://github.com/niladam/quick-links
Informations about the package quick-links
Quickly open resource, and other files from within filament panel in your PHPstorm editor.
Quickly open resource, models, and other files from within your FilamentPHP table in your PHPstorm editor.
[!IMPORTANT] This package uses your table's
description
field (see docs), so if there's a description already the quick links won't appear.
Installation
You can install the package via composer:
Run the install command:
Configuration
These are the contents of the published config file:
Conditional disabling
While you can disablee the package entirely by setting the QUICK_LINKS_ENABLED
environment variable to false
you can also use a closure to conditionally disable it.
Somewhere in a Service Provider..
Disabling for a specific resource using code:
Disabling quicklinks on a specific resource(s) using config
Simply add the FQCN(s) (fully qualified class name) to your resource in the quick-links.disabled
config option.
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
- Madalin Tache
- All Contributors
License
The MIT License (MIT). Please see License File for more information.