-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modular programming in Laravel 5+ #232
Comments
Hello, I use this package extensively in AsgardCms, and it works great. |
Hello, And! @nWidart , your package(s) are also powerful, heavily inspired me. It is very nice for bootstrap. I have worked alot on them. I optimized it, replace some features (authorization, authentication, theme etc.) |
because I want use modules as infrastructure and it's critical in project, I am afraid in future, pingpong/modules not update or not support. what's your opinion? |
@essivision by making it open source, so everyone are open to join the development. You can fork your own version of the pingpong modules and keep it updated with whatever your requirements. |
I'm starting a new project and I want to reuse some parts of it, mainly the stuff related to user registration and authentication. I can copy and paste all of the code but I want to use again. I know there is Package Development in Laravel but it's not easy and feel like there must be a better way.some days ago find a pingpong/modules but I don't know about it. it's third party plugin and don't trust it about update for new Laravel version.
use this plugin is true? Is this plugin is updated later? What's different between Embedd Package Laravel and pingpong/modules? or Do you have any suggestion?
The text was updated successfully, but these errors were encountered: