Hacker News new | ask | show | jobs
by taternuts 3822 days ago
According to who/what? I've never heard of this framework, but a quick glance at the source and I find it hard to believe it comes close to Laravel's features. I guess it's the week to post about Node.js MVC frameworks with the whole Sails/Trails thing
1 comments

I'm not sure what you're looking at... but it does resemble laravel quite a bit to me.. the way relations are setup is almost identical laravel: public function resources(){ return $this->belongsToMany('App\Resource'); }

Adonis: posts () { return this.hasMany('App/Model/Post') }

The routes/middleware page seems even closer to laravel 5's, that's all I've looked through so far, but it does look interesting at least as far as frameworks go, though I'd wait a bit before putting anything into production on it, till it gains some more momentum.

i mean, these features resemble basically every MVC ever
So what exactly were you expecting? What that defines "Laravel" to you is missing?
years of iteration, really