F
Filament2mo ago
adnn

VS Code set up for Filament/Laravel development?

I'm coming from a Typescript react background, so I'm very used to just being able to command click on any type, method, function or whatever and for it to take me to it's definition. Whether it be my own, or something from a package. For example if I have a plugin for Media which has a ->getDefaultFolder(), if I want to find out anything more about what this does, I have to manually search and find it in the vendor folder.
However I can't seem to get this funcionality to work for Laravel and Filament at all. I've installed the Laravel Extension pack but it didn't do anything. There are 2 Filament specific plugins but both seem outdated. Does anyone know if I can do something to achieve the same funcionality as in React projects? I'm on Mac
3 Replies
RickDB
RickDB2mo ago
Heyo, for Visual Code you need to use https://intelephense.com/
Intelephense
PHP code intelligence. Cross platform. Any editor.
RickDB
RickDB2mo ago
But I highly recommend to check out PHPStorm, it's much better for PHP development
adnn
adnn2mo ago
I have that installed as well Haha no way
Want results from more Discord servers?
Add your server
More Posts
Baptiste job monitor multi tenancy?How can I make this plugin work properly with tenants? It keeps saying ```The model [Croustibat\Filinsert value from function when createhello i want to insert new invoice_number from function when create the form. I try using ```formatChange column value from row actionHello, is it possible to change column values ​​from row actions? I want to change the value in the add to cart functionHi im new in filament. I wonder if theres a function for add to cart i want to integrate that to my Refreshing ParentResource Infolist when adding records in RelationManager table**What I want to do** When I add a new record on a table that is added via relation manager. I want align inputHi, I have a small problem: I would like to align the inputs with each other despite the return to I have to submit the form twice to update the table in a custom page with a table and a fromSo, I'm building a very complicated wizard that I need to use Filament Forms and Table separately inis it possible to make maxvalue in texinput dependant based on select?i want to achieve that max value from text input can change depend on how many qty left in stock frois it possible to group select items from query databaseis it possible to group select from this ```php Select::make('status') ->searchable() ->optiHow do you delete a PDF file from storage after the Edit.(only changing the FileUpload)I am able to replace a pdf file on edit but the previous one does not get removed from Storage. How