doc: Install Phoenix Framework Now that we have Elixir installed, we can start using it. We'll install Hex, the package manager. mix local.hex Now, we can install the Phoenix Framework generator. mix archive.install hex phx_new This generator allows us to start new phoenix project. This is equivalent to laravel CLI or composer create-project.
0 files changed, 0 insertions(+), 0 deletions(-)