adalessa / laravel.nvim

Plugin for Nvim to work with laravel projects.
MIT License
280 stars 15 forks source link

Allow to create custom commands from the configuration #61

Closed adalessa closed 7 months ago

adalessa commented 9 months ago

It's common to want commands like migrate:fresh to do the seed automatically, this can be set and user_command that can be easily configure to speed up the development, without loosing the original ones.