Random thoughts

installing aura framework project via composer

In this tutorial I am showing how to install aura framework project v2 via composer.

composer create-project -s beta aura/framework-project path-to-project

Aura.Framework_Project helps you to build web and cli applications.

If you need only web based application then Aura.Web_Project is what you need.

{% showterm b971330ea7fd28d22e2f3 %}

If you need only cli, then Aura.Cli_Project helps you.

Menu