All Projects → noahfrederick → Vim Laravel

noahfrederick / Vim Laravel

Vim support for Laravel/Lumen projects

Projects that are alternatives of or similar to Vim Laravel

Laravel Sqs Fifo Queue
Adds a Laravel queue driver for Amazon SQS FIFO queues.
Stars: ✭ 75 (-41.41%)
Mutual labels:  laravel, lumen
Laravel Aspect
aspect oriented programming Package for laravel framework
Stars: ✭ 98 (-23.44%)
Mutual labels:  laravel, lumen
Laravel Url Shortener
Powerful URL shortening tools in Laravel
Stars: ✭ 80 (-37.5%)
Mutual labels:  laravel, lumen
Vim Crates
Handle Cargo dependencies like a Rustavimean.
Stars: ✭ 54 (-57.81%)
Mutual labels:  plugin, neovim
Nvim Toggleterm.lua
A neovim lua plugin to help easily manage multiple terminal windows
Stars: ✭ 102 (-20.31%)
Mutual labels:  plugin, neovim
Kickstarts
💻 No setup, just development!
Stars: ✭ 57 (-55.47%)
Mutual labels:  laravel, lumen
Sniprun
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
Stars: ✭ 93 (-27.34%)
Mutual labels:  plugin, neovim
Laravel Blog 5.6.5
Learning Laravel by making simple Blog
Stars: ✭ 12 (-90.62%)
Mutual labels:  laravel, php-framework
Taobao Top Client
Taobao top client(SDK) for laravel
Stars: ✭ 105 (-17.97%)
Mutual labels:  laravel, lumen
Larasupport
📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.
Stars: ✭ 104 (-18.75%)
Mutual labels:  laravel, lumen
Http Basic Auth Guard
HTTP Basic Auth Guard for Lumen 5.x
Stars: ✭ 39 (-69.53%)
Mutual labels:  laravel, lumen
Nvim Lspconfig
Quickstart configurations for the Nvim LSP client
Stars: ✭ 3,410 (+2564.06%)
Mutual labels:  plugin, neovim
Neoformat
✨ A (Neo)vim plugin for formatting code.
Stars: ✭ 977 (+663.28%)
Mutual labels:  plugin, neovim
Laravel Health Check
A package for checking the health of your Laravel & Lumen applications
Stars: ✭ 59 (-53.91%)
Mutual labels:  laravel, lumen
Freshdesk Laravel
Freshdesk Service Provider for Laravel 5 and Lumen
Stars: ✭ 14 (-89.06%)
Mutual labels:  laravel, lumen
Larafast Fastapi
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc
Stars: ✭ 91 (-28.91%)
Mutual labels:  laravel, lumen
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+625.78%)
Mutual labels:  plugin, neovim
Lumen Api Demo
Lumen rest api demo with Dingo/Api, JWT, CORS, PHPUNIT
Stars: ✭ 856 (+568.75%)
Mutual labels:  laravel, lumen
Close Buffers.vim
📖 Quickly close (bdelete) several buffers at once 📕
Stars: ✭ 99 (-22.66%)
Mutual labels:  plugin, neovim
Vue Lumen Starter
😎 VueJs & Lumen Api Starter.
Stars: ✭ 116 (-9.37%)
Mutual labels:  laravel, lumen

Laravel.vim

Vim support for Laravel/Lumen projects.

Release Build Status

⚠️ This is a prerelease version, which may introduce breaking changes.

Features

  • The :Artisan command wraps !php artisan with intelligent completion.
  • Automatically load new files generated by :Artisan make:* commands into a buffer.
  • Navigation commands such as :Econtroller, :Eroutes, :Etest and many more.
  • Enhanced gf command works on class names, template names, config and translation keys.
  • Complete view/route names in insert mode.
  • Use :Console to fire up a REPL (artisan tinker).
  • Use :Start to serve the app locally (artisan serve).

Installation

Laravel.vim depends on a few other plug-ins for optional features, including composer.vim, dispatch.vim, and projectionist.vim:

Plug 'tpope/vim-dispatch'             "| Optional
Plug 'tpope/vim-projectionist'        "|
Plug 'noahfrederick/vim-composer'     "|
Plug 'noahfrederick/vim-laravel'

See the full list of requirements and integrations.

Credits and License

Thanks to Tim Pope for rails.vim on which Laravel.vim is modeled.

Copyright © Noah Frederick. Distributed under the same terms as Vim itself. See :help license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].