hugo-theme-hyde-hyde/exampleSite/content/portfolio/laramod.md
2018-08-01 08:15:03 +10:00

10 lines
No EOL
570 B
Markdown

---
title: "LaraMod"
description: "A modularised Laravel framework"
link: https://github.com/htr3n/laramod
screenshot: laramod.png
date: '2018-01-19'
layout: portfolio
---
[LaraMod](https://github.com/htr3n/laramod) is another modularisation effort to systematically organising a [Laravel](https://laravel.com) based project. The idea stems from my struggle to structure a Laravel-based project so that I can work effectively on individual modules whilst keeping Laravel codebase intact as much as possible and also keeping the project's codebase separate from Laravel.