mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
4.1 KiB
4.1 KiB
Change Command Snippets
Alternate Snippets for View Files
[ProjectRoot]/app/Views/**.php
Command | Description | Output | |
---|---|---|---|
Lates | News | ||
ci4_endsection | ci4:views:endSection | Make end Section |
|
ci4_extend | ci4:views:extend | Using Layouts in Views |
|
ci4_include | ci4:views:include | Including View Partials |
|
ci4_php | ci4:views:php | Make php tag |
|
ci4_php_echo | ci4:views:php-echo | Make php echo tag |
|
ci4_rendersection | ci4:views:renderSection | Make render Section |
|
ci4_section | ci4:views:section | Make Section |
|
ci4_sectionend | ci4:views:section-endSection | Make Section with end Section |
|
Alternate Snippets for Routes
[ProjectRoot]/app/Config/Routes.php
Command | Description | Output | |
---|---|---|---|
Lates | News | ||
ci4_routes_add | ci4:routes:add | Make Routes add() |
|
ci4_routes_cli | ci4:routes:cli | Make Command-Line only Routes |
|
ci4_routes_env | ci4:routes:env | Make Routes Environment |
|
ci4_routes_get | ci4:routes:get | Make Routes get() |
|
ci4_routes_group | ci4:routes:group | Make Routes group() |
|
ci4_routes_group_filter | ci4:routes:group-filter | Make Routes group() filter |
|
ci4_routes_group_multiple | ci4:routes:group-multiple | Make Routes group() multiple |
|
ci4_routes_group_namespace | ci4:routes:group-namespace | Make Routes group() namespace |
|
ci4_routes_post | ci4:routes:post | Make Routes post() |
|
ci4_routes_subdomain | ci4:routes:subdomain | Make Routes Limit to Subdomains |
|