Tags: noahfrederick/vim-laravel
Tags
vim-laravel 0.4.0 * Specify related entities in Projectionist configuration, such that, for example, `:Eprovider` invoked from `routes/web.php` jumps to `app/Providers/RouteServiceProvider.php`. * Invoke artisan serve via :Start. * Fix compatibility issue with recent Vims that caused error on startup.
vim-laravel 0.3.0 * Add support for all `:Artisan make:*` subcommands up to Laravel 8. * Fix `:Artisan make:seeder` and `:Eseeder` in Laravel 8. * Fix `:Artisan make:migration` and `:Emigration` in all versions. * Make the `{namespace}` placeholder work in projectionist templates for files outside of the `app/` directory, such as those in `database/factories/`, `database/seeders/`, and `tests/`. * Make provided projectionist templates more consistent across the board. * Add test suite and CI
vim-laravel 0.2.0 * Fix :Artisan make:model in Laravel 8. * Add support for artisan make:channel generator introduced in Laravel 5.6. * Dynamically complete Artisan flags. * Fold stack traces in log buffers. * Make gf go to intended config/translation file. * Implement completion via ncm2 (#15). * Always set up job/command nav commands. * Various bug fixes.