{"id":13669123,"url":"https://github.com/koomai/phpstorm-laravel-live-templates","last_synced_at":"2025-12-17T00:04:11.126Z","repository":{"id":14679826,"uuid":"17399035","full_name":"koomai/phpstorm-laravel-live-templates","owner":"koomai","description":"Laravel Live Templates for PhpStorm","archived":true,"fork":false,"pushed_at":"2022-09-23T01:29:20.000Z","size":860,"stargazers_count":1180,"open_issues_count":0,"forks_count":197,"subscribers_count":74,"default_branch":"master","last_synced_at":"2024-09-27T05:21:46.328Z","etag":null,"topics":["intellij","laravel","phpstorm","template"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koomai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-04T10:55:20.000Z","updated_at":"2024-09-20T09:14:37.000Z","dependencies_parsed_at":"2023-01-11T18:52:25.243Z","dependency_job_id":null,"html_url":"https://github.com/koomai/phpstorm-laravel-live-templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koomai%2Fphpstorm-laravel-live-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koomai%2Fphpstorm-laravel-live-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koomai%2Fphpstorm-laravel-live-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koomai%2Fphpstorm-laravel-live-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koomai","download_url":"https://codeload.github.com/koomai/phpstorm-laravel-live-templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234583683,"owners_count":18856280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij","laravel","phpstorm","template"],"created_at":"2024-08-02T08:01:02.963Z","updated_at":"2025-09-29T03:30:40.454Z","avatar_url":"https://github.com/koomai.png","language":null,"funding_links":[],"categories":["Others","Resources"],"sub_categories":["Development Tools"],"readme":"### :warning: `This repository is no longer maintained.`\n\nI no longer use this repository and do not maintain it anymore. \n\nMy recommendation is to use [Laravel IDE Helper](https://github.com/barryvdh/laravel-ide-helper), which is a much more robust solution for autocompletion and static checking.\n\n## Laravel Live Templates for PhpStorm ##\n\nHow to:\n\n1) Go to *Preferences | Tools | Settings Repository*\n\n2) Add Read-only Source https://github.com/koomai/phpstorm-laravel-live-templates\n\n3) Restart PhpStorm.\n\n4) To see all templates, go to *Preferences | Live Templates* and expand the Template Group.\n\n\nIt's hard to remember shortcuts when there are a large number of options. A\nmore efficient way is to take advantage of PhpStorm's *Insert Live Template*\nshortcut. Type as few or as many letters as you want and press `Cmd + J`. Then\ncontinue typing to filter the options.\n\nFor example, for the Schema Builder, type `Sc` or `Sch` or `Schema` and press `Cmd + J`. \n\n**Note:** In the preview version of PhpStorm 8, live templates show up\nautomatically as you type the first few letters. You should still press `Cmd +\nJ` to filter out everything else (classes, variables, etc).\n\n## Supported Live Templates ##\n\n- [Annotations](#annotations)\n- [Blade](#blade)\n- [Input](#requests--input)\n- [Request](#requests--input)\n- [Cookie](#requests--input)\n- [Route](#routes)\n- [View](#views-responses-and-redirects)\n- [Response](#views-responses-and-redirects)\n- [Redirect](#views-responses-and-redirects)\n- [Schema](#schema-builder) (includes column types)\n- [Cache](#cache)\n- [Form](#form)\n- [Session](#session)\n- [Helpers](#helpers)\n\n### Annotations ###\n\n![Route Annotations Screenshot](https://raw.githubusercontent.com/koomai/phpstorm-laravel-live-templates/develop/images/annotations.png)\n\nTip: Type `@` and then `Cmd+J` inside a docblock to see the options.\n\n### Blade ###\n\n![Laravel Blade Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/laravel-blade-screenshot.png)\n\n### Requests \u0026 Input ###\n![Laravel Input Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/input-demo.png)\n\n![Laravel Input Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/input-file-demo.png)\n\n![Laravel Requests Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/request-demo.png)\n\n![Laravel Cookie Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/cookie-demo.png)\n\n### Routes ###\n\n![Laravel Routes Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/routes-demo.png)\n\nAll Route verbs are labelled `get` by default, but you can change it easily once the shortcut is expanded:\n\n![Laravel Routes Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/routes-enum-demo.png)\n\n### Views, Responses and Redirects ###\n\n![Laravel Views Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/view-demo.png)\n\n![Laravel Responses Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/response-demo.png)\n\n![Laravel Redirects Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/redirect-demo.png)\n\n### Schema Builder ###\n\n![Laravel Schema Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/schema-demo.png)\n\n![Laravel Tables Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/table-demo.png)\n\n### Cache ###\n\n![Laravel Cache Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/cache-demo.png)\n\n### Form ###\n\n![Laravel Form Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/form-demo.png)\n\n### Session ###\n\n![Laravel Session Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/session-demo.png)\n\n### Helpers ###\n\n![Laravel Helpers Screenshot](https://raw.github.com/koomai/phpstorm-laravel-live-templates/master/images/helpers-demo.png)\n\n==========\n#### Other goodies ####\nTake your PhpStorm productivity to the next level with these [keyboard shortcuts](https://gist.github.com/koomai/9340189).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoomai%2Fphpstorm-laravel-live-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoomai%2Fphpstorm-laravel-live-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoomai%2Fphpstorm-laravel-live-templates/lists"}