adonisjs / discussion

Discussing about new features and sharing random thoughts: ⚠️ Not every request will be accepted
51 stars 5 forks source link

Is there any plan to develop a micro-framework similar to Lumen? #36

Closed JKChen closed 7 years ago

JKChen commented 7 years ago

Adonis is awesome! Is there any plan to develop a micro-framework similar to Lumen? Or add-on of adonis?

webdevian commented 7 years ago

Yes - See https://github.com/adonisjs/discussion/issues/8

JKChen commented 7 years ago

Thanks. That‘s cool~

ajcastro commented 7 years ago

Cool!

thetutlage commented 7 years ago

Use --api-only flag when creating a new app. It will create an application which is tailored for API servers.

adonis new yardstick --api-only