Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork142
IntelliJ IDEA / PhpStorm Symfony Plugin
License
NotificationsYou must be signed in to change notification settings
Haehnchen/idea-php-symfony2-plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Plugin url:https://plugins.jetbrains.com/plugin/7219
- Install the plugin by going to
Settings -> Plugins -> Browse repositoriesand then search forSymfony. - Enabled it per project (File > Settings > Symfony2 Plugin )
- InstallPhp Annotation plugin to enjoy all the annotation stuff
- Plugin needs a valid PhpStorm indexer, use "File > Invalidate Caches / Restart" if something crazy is going on
- This plugins supports Symfony 2, 3, ... and hopefully all future ones
- Documentationread online orfork doc
- JetBrains:Symfony Development using PhpStorm
- KnpUniversity:Lean and Mean Dev with PhpStorm (for Symfony)
- Slides:PhpStorm: Symfony2 Plugin
- You usually need to trigger the autocomplete popup yourself, by pressing CTRL+SPACE (may be a different shortcut depending on your keymap).
- Check your File -> Settings -> Symfony Plugin -> Enable Plugin for this Project
- Many features require the
app/cache/dev/appDevDebugProjectContainer.xmlfile to exist. It is generated when you boot your app in dev environment (open/app_dev.phpin a browser orphp app/console). - Routing features require the
app/cache/dev/appDevUrlGenerator.phpfile to exist. It is generated the first time a call to$urlGenerator->generate()is made at runtime (open a page in your browser that generate at least 1 url).
- Open the project in IntelliJ, and follow the steps here :http://confluence.jetbrains.com/display/PhpStorm/Setting-up+environment+for+PhpStorm+plugin+development
- See how to debug and get into PhpStorm devgerman only
- Want to donate? nice gohere
You can browse the existing issues athttps://github.com/Haehnchen/idea-php-symfony2-plugin/issues
If your issue already exists, don't hesitate to add a comment to help contributors resolve the issue more easily.If your issue does not exist, open a new issue 😃.
Make sure to provide the maximum amount of informations, such as:
- What version of PHPStorm are you using ?
- What version of the plugin are you using ?
- What kind of project have you enccountered the issue with ? (Symfony, etc, custom/full stack ? silex ?)
- The stack trace if an error occured
- Check if you are in PhpStorm eap channel
About
IntelliJ IDEA / PhpStorm Symfony Plugin
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.