Platform icon indicating copy to clipboard operation
Platform copied to clipboard

plugins architecture

Open Ayman-Nageeb opened this issue 3 years ago • 1 comments

Hello, I need help

I am planning to build an extensible system (via plugins) using laravel

it for my project in the university ( I am a student )

the issue is that i don't know how to implement a plugins architecture in laravel

but you (the creator of asgardcms) did it

i need to know how

so please give me any guide to start with

Ayman-Nageeb avatar Jul 26 '21 21:07 Ayman-Nageeb

You can take a look at the package behind the module architecture: https://github.com/nWidart/laravel-modules You can install and use it in any Laravel project.

imagina avatar Jul 29 '21 21:07 imagina