sergio

sergio

Laravel just raised $57M - will Elixir ever go that route?

Laravel just announced their Series A round for $57 million. If Laravel wasn’t already the defacto PHP stack, it now most certainly is. That amount of backing and cash means credibility and buy in from decision makers.

https://laravel-news.com/laravel-raises-57-million-series-a

Whether cash means a more stable platform or not, this raise will certainly raise PHP’s popularity among new engineers and hell maybe new projects.

Why couldn’t they become the next Vercel?

So that got me thinking, I absolutely love Elixir. I kind of feel embarrassed talking about how I solve things with Elixir because it’s so dead simple. But it has yet to reach exit velocity, even years later. There are just fewer people using Elixir unfortunately. :frowning:

Has Elixir ever considered or explored going this “funding” route? If Elixir or Phoenix were to announce a raise like this, what do you guys think would happen to Elixir’s popularity?

Most Liked

LostKobrakai

LostKobrakai

Laravel (the company) has been selling services for ages. They had forge for hosting for years. That cloud thing seems to be their next iteration. They also had other things to sell (somewhere the lambos need to come from).

Personally I see $57M in funding as an expectation to make more than that money back in profits from those products – profits likely generated from laravel users given it’s laravel cloud. That’s fine if you get what you pay for to a reasonable degree – but that’s plain business as anywhere else. In this case it just happens to be that the company getting funded is owned by the lead developer of the framework. There might be the potential that this funding helps fund work on laravel itself, but primarily that money is meant to make more money from selling products I’d imagine.

Personally I prefer the route Dashbit is taking, where there’s no huge sums of VC money involved and the Dashbit team still seems to be doing well, funding their open source work with their payed for services.

23
Post #7
zachdaniel

zachdaniel

Creator of Ash

I think @LostKobrakai’s original point really needs to be emphasized. They raised $57m to build Laravel Cloud. A better equivalent in Elixir would be something like Gigalixir. “Phoenix” would never get a multi million dollar Series A round, but something like “Phoenix Cloud” theoretically could.

Another thing worth pointing out is that there are folks like @chrismccord and myself who are paid by companies invested in the Elixir ecosystem to continue to push the ecosystem forward. If you factor in the salaries (proportionate to their OS work) of folks like that over the years, I’m confident that you’re well into the multiple millions of dollars range.

So businesses are investing in this ecosystem, because it ultimately makes their lives better. VCs will invest in something like Laravel Cloud because they believe they can make their investment back over time. I’m sure plenty of businesses invest money or time into Laravel as well, not throwing shade, just pointing out that asking “will Elixir ever go that route” is comparing apples to oranges.

20
Post #9
D4no0

D4no0

Honestly, call me paranoid, but these kind of “raisings” seem like a huge scam to me.

What even a web framework needs so much money for? Will even a small portion of those money end up in the community where a lot of talented people made libraries and learning material unpaid in their free time?

14
Post #2
dimitarvp

dimitarvp

Credibility? I suppose all the NFTs, 99.999% of which turned into hot air, were also credible then?

Buy-in due to “solid financial foundations” is also quite the scam and is something that’s being used even to this day, with startups making loud and grandiose claims just so they can pump up the price for which the next idio… sorry, acquisition company will buy them for.

Advocating from a position of popularity is bogus and always has been. Are you claiming that PHP, JS, Python are good languages? They still have global mutation and don’t even have good (if any!) concurrency and parallelism. How is that “good”?

Let’s not hide behind pretty phrases and be honest here. The moment others start paying your bills is the moment they get to tell you what to do, when to do it, and often even how to do it. You are now a dependent. You don’t make your own calls anymore.

I applaud any community that appreciates and holds onto its independence. Elixir’s is one of them.

Being independent meaning not losing sight of your goal, which is to shepherd the ecosystem where you want it – and people as benevolent as Elixir / Ecto / Phoenix maintainers have proven that they have the ecosystem’s best interests in mind.

When you get beholden to investors, you now protect their interests.

AndyL

AndyL

Media-driven fake popularity is a IMO a negative thing. “Exit velocity”? Exit to what? Elixir has an amazing track record of technical excellence and innovation. For me that’s what matters. If you want to be one with the herd, learn PHP.

Where Next?

Popular in Discussions Top

bartblast
StackOverflow Survey results for 2025 have been published: Gleam - 2nd most admired language Elixir - 3rd most admired language Phoenix...
New
AstonJ
Phil just posted this on EFS: …interesting that some of the key updates to JavaScript appear heavily influenced by (or blatantly copied...
New
juhalehtonen
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
arcanemachine
Just wondering what the community currently thinks, prefers, and/or recommends for working with UI components. (e.g. daisyUI, MishkaChele...
New
billylanchantin
If you’re not familiar with this fun bit of math lore, Paul Erdős, the famously eccentric, peripatetic and prolific 20th-century mathem...
New
matreyes
I haven’t seen this paper being discussed by the community, but I think this makes Elixir more relevant than ever. TLDR; The paper...
New
travisf
In upgrading from Ecto 2 to Ecto 3 I’m dealing with a failing test. If I use ExMachina build(:address) I’ll get an error trying to put_e...
New
Crowdhailer
It is rare to use direct calls to send in elixir. The call is normally wrapped in a function which is responsible for sending the correct...
New
chrisliaw
Hi, I’m wondering is it my thinking process or this is the norm among the Elixir developer for the use of Struct and accessor functions ...
New
PragTob
:wave: I’m currently extracting the statistics calculation part from benchee and stumbled upon how to present error conditions. In the c...
New

Other popular topics Top

JDanielMartinez
Hi! May someone helps me, please! I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
itssasanka
Hi all, Trying to get some more clarity over utc_datetime and naive_datetime for Ecto: https://hexdocs.pm/ecto/Ecto.Schema.html#module-...
New
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 42633 214
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
aesmail
Hello guys, I have finally made it. I created an admin interface for a framework. It’s been on my todo list for years and with the curre...
New

We're in Beta

About us Mission Statement