Skip to content

Tags: noahfrederick/vim-laravel

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
noahfrederick Noah Frederick
vim-laravel 0.5.0 * Allow configuration of artisan executable.

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
noahfrederick Noah Frederick
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.

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
noahfrederick Noah Frederick
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

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
noahfrederick Noah Frederick
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.

v0.1.0

Toggle v0.1.0's commit message
vim-laravel 0.1.0