How to create new play application template with default sbt layout?
I can set disablePlugins(PlayLayoutPlugin) in build.sbt on exiting app, but I want generate template from scratch
How to create new play application template with default sbt layout?
I can set disablePlugins(PlayLayoutPlugin) in build.sbt on exiting app, but I want generate template from scratch
On
u need to download play zip package as set path in environment variables and from command prompt execute play new YourApplication
https://www.playframework.com/documentation/2.0/NewApplication
Assuming that you are using Activator, you can use the play-sbt-layout-seed template to create an application using the default SBT layout. In order to do that, just run the following command: