mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
2.5 KiB
2.5 KiB
Alternate Snippets for View Files
[ProjectRoot]/app/Views/**.php
Command | Description | Output |
---|---|---|
ci4:views:endSection | Make end Section in View files |
|
ci4:views:extend | Using Layouts in Views |
|
ci4:views:foreach | Make foreach in View files |
|
ci4:views:if | Make if in View files |
|
ci4:views:if-else | Make if else in View files |
|
ci4:views:if-elseif | Make if elseif in View files |
|
ci4:views:if-elseif-else | Make if elseif else in View files |
|
ci4:views:include | Including View Partials |
|
ci4:views:php | Make php tag in View files |
|
ci4:views:php-echo | Make php echo tag in View files |
|
ci4:views:renderSection | Make render Section in View files |
|
ci4:views:section | Make Section in View files |
|
ci4:views:section-endSection | Make Section with end Section in View files |
|