difference between elixir phoenix and laravel elixir
Asked Answered
C

1

10

I have used the Laravel PHP Framework for web development, and I now want to learn about elixir and to use this as a REST API service.

My question is: what is the difference between elixir phoenix and laravel elixir?

Carillo answered 1/11, 2015 at 18:6 Comment(2)
The only thing they have in common is the name. There's nothing else common between the two of them.Oilcup
I don't think this should be closed unless it's a duplicate - the mistake seems easy enough to make?Fayfayal
A
28

Phoenix is a web framework written in the Elixir programming language. It has nothing to do with laravel or its elixir.

Laravel's elixir is a node.js app that is built on top of gulp to provide an easy way to manage your client-side assets (minification/concatentation/transformation/versioning etc.)

The two have absolutely nothing in common.

Angers answered 1/11, 2015 at 18:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.