From f631d12359bc60c21e83f07ca48edbfa325640e1 Mon Sep 17 00:00:00 2001 From: F4ilji <121659599+F4ilji@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:32:37 +0500 Subject: [PATCH] Remove License section from README Removed License section from README. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5ee2e65..26a0133 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,3 @@ php artisan db:seed * `app/Containers/`: Business logic modules (Porto pattern). * `resources/js/`: Vue.js components, Pages, and shared UI assets. * `routes/`: Web and API routes (including dynamic DB-based routing logic). - -## 📄 License -[MIT License](LICENSE)