contribution
Hello everyone.
as this is my first ever contribution, I need some guidance on how to contribute.
i did the steps in https://filamentphp.com/docs/3.x/support/contributing#developing-with-a-local-copy-of-filament, just need more info on composer.json. Do i specify the filament version?
Thank you..
Solution:Jump to solution
So just make the modifications in the github repo you have cloned and do the PR. IF you want to code live and test it, you need to configure your dev laravel composer to use the localised package
5 Replies
What is it you are trying to do?
add vertical method to tabs component.
GitHub
Filament Tabs · filamentphp filament · Discussion #13026
Package Panel builder Package Version v3 How can we help you? How can I create a vertical tab in Filament? I want to create a vertical tab like the one in the image below.
Solution
So just make the modifications in the github repo you have cloned and do the PR. IF you want to code live and test it, you need to configure your dev laravel composer to use the localised package
thank you