christophchi, goldenhub liked this thread
When it comes to reusing a Laravel codebase for new projects, there are several efficient ways to do so rather than simply copy-pasting code. Here are a few commonly used methods:
actually it depends on your code, for me I like to use the service pattern, it's similar to the repository pattern, and it gives your the ability to take any needed service in other projects
My self I use repository module driven .
abhigandhiabc liked this reply
Services patterns. Between projects (composer packages). Or submodules of git, but the best is composer packages.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community