Skip to content

Commit 77574f3

Browse files
committed
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
1 parent 195cbe4 commit 77574f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Noah Frederick",
55
"description": "Vim support for Laravel/Lumen 5+ projects",
66
"homepage": "https://github.com/noahfrederick/vim-laravel"

0 commit comments

Comments
 (0)