Github | Documentation | Discord
Tempest embraces modern PHP and covers a wide range of features, giving you all the tools you need to focus on your code.
composer create-project tempest/app
Tip
It's recommended to disable Vue plugin to make Tempest work properly with template files
- Templates files intentions (partially) -- [x] Components names as tag names -- [x] String interpolation in templates -- [x] Hyper-properties in tag attributes -- [ ] PHP code in templates (partially)
- Console commands runner
- Routes support
- Database support
- Events support
- Jobs support
- Mail support
- Tests support
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "tempest-phpstorm-plugin" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.