adonisjs / core

AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more.
https://adonisjs.com
MIT License
16.89k stars 639 forks source link

can i write simple Module or plugin with installable ability? #372

Closed pishguy closed 7 years ago

pishguy commented 7 years ago

in some frameworks such as Laravel or some CMS like such as WordPress we can write simple plugin or modules and use that simply, for example on laravel we can write or splitting some features as modules

RomainLanz commented 7 years ago

You can do whatever you want.

pishguy commented 7 years ago

@RomainLanz for example split admin features such as register module,send sms module, manage ticket module. write new module and install that from admin panel like with WordPress

thetutlage commented 7 years ago

@tux-world That is the domain logic and framework cannot support that. Frameworks are different from CMS's

pishguy commented 7 years ago

@thetutlage yes, but Laravel or Yii can support this feature, split features as modules

thetutlage commented 7 years ago

Examples?

pishguy commented 7 years ago

@thetutlage you can see this link: http://kamranahmed.info/blog/2015/12/03/creating-a-modular-application-in-laravel/

RomainLanz commented 7 years ago

@tux-world This is just code, you can also code that if you want.

pishguy commented 7 years ago

@RomainLanz You are right, how can i implementing this ability on AdonisJs ?

thetutlage commented 7 years ago

Closing since not actionable and not related to the core of the framework. @tux-world I would suggest to share/discuss ideas on Gitter.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.