Laravel framework integration
it would be good to have support for the Laravel framework
for example auto-complete available commands with php artisan and sail artisan
to show available commands run: sail artisan or php artisan

also it would also be nice if sail npm worked like regular npm

Laravel is the most popular framework for php, the community will appreciate this features
Thank you to the authors of Fig, it is wonderful what you are doing!
Hey @vodnicearv! Totally agree, better support for the PHP ecosystem would be amazing.
The completions are actually all open source: https://github.com/withfig/autocomplete None of the team are PHP users, so while we could definitely take a stab at adding it, in my experience the completions are way better when made by someone that actually uses the tool.
Contributing is super easy and I'm happy to help out!